ci(dependabot): fix cooldown property name#1702
Merged
Merged
Conversation
The `cooldown` block expects `default-days`, not `default`. Using the wrong key fails schema validation, causing Dependabot to silently fall back to the previously valid config — which still targets `release/struts-6-8-x` instead of `support/struts-6-x-x`. Also adds a 3-day cooldown to the `main` maven entry for consistency. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.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.



Summary
cooldown.defaultis not a valid Dependabot schema key — the correct property isdefault-days. Schema validation fails, so Dependabot silently falls back to the last valid config, which is why version-update PRs are still being opened againstrelease/struts-6-8-xinstead ofsupport/struts-6-x-x(see build(deps): bump asm.version from 9.9.1 to 9.10 #1699, build(deps-dev): bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.2 to 3.6.3 #1697, build(deps): bump org.hibernate:hibernate-core from 5.6.15.Final to 7.3.5.Final #1696, build(deps): bump log4j2.version from 2.25.4 to 2.26.0 #1686).mainmaven entry for consistency.Test plan
support/struts-6-x-x, notrelease/struts-6-8-x.🤖 Generated with Claude Code