ci: enable dependabot, add devel branch, sync workflows with doxx - #73
Open
bgreenwell wants to merge 2 commits into
Open
ci: enable dependabot, add devel branch, sync workflows with doxx#73bgreenwell wants to merge 2 commits into
bgreenwell wants to merge 2 commits into
Conversation
Reference ../CLAUDE.md and drop clippy/fmt, conventional-commits, and changelog-style bullets that just restate the global conventions.
Enable dependabot for cargo and github-actions dependencies (matching doxx/lstr's minor/patch-grouped, majors-individual policy - the old disabled config grouped majors in too). Add a devel integration branch and update ci.yml/docs.yml triggers to match. Bump trailing action pins (webfactory/ssh-agent, cargo-binstall, configure-pages) to match doxx's current devel branch, leaving xleak's release-published trigger model in publish-*.yml as-is. Document the devel->main release flow and the "don't hand-merge dependabot's release.yml PRs" caveat in RELEASE_CHECKLIST.md and AGENTS.md.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
develintegration branch (already created and set as default) and update ci.yml/docs.yml branch triggersrelease: publishedtrigger model in publish-*.yml untouched - it's a deliberate, already-working design (doxx usespush: tags+workflow_dispatchinstead), not driftTest plan
cargo fmt --all -- --checkcargo clippy --all-targets -- -D warningscargo test(39 passed)yaml.safe_load