chore: align Dependabot config with trend-radar pattern#144
Merged
Conversation
- Rename actions-minor group to actions-all and include major updates - Replace npm default-days cooldown with semver-specific days (major: 14, minor: 3, patch: 3) - Add major updates to npm-development group - Add minor updates to npm-production group - Remove open-pull-requests-limit (not needed with grouping) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
zizmor requires a default-days fallback when semver-specific cooldown days are configured. Setting it to 3 to match the minor/patch value. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
zizmor requires default-days >= 7. Semver-specific days still apply for major (14d), minor (3d), and patch (3d). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Aligns
.github/dependabot.ymlwith the pattern established inchrisreddington/trend-radar(#217).Changes
actions-minor→actions-alland addedmajorto update typesdefault-days: 7with semver-specific cooldowns (semver-major-days: 14,semver-minor-days: 3,semver-patch-days: 3)majorupdates (was only minor + patch)minorupdates (was only patch)open-pull-requests-limit: 10— not needed with grouping in placeThe automerge workflow already matches trend-radar — no changes needed there.