lukaszlenart opened a new pull request, #1702: URL: https://github.com/apache/struts/pull/1702
## Summary - `cooldown.default` is not a valid Dependabot schema key — the correct property is `default-days`. Schema validation fails, so Dependabot silently falls back to the last valid config, which is why version-update PRs are still being opened against `release/struts-6-8-x` instead of `support/struts-6-x-x` (see #1699, #1697, #1696, #1686). - Fix both occurrences and also apply a 3-day cooldown to the `main` maven entry for consistency. ## Test plan - [ ] Once merged, watch the next Dependabot run — new maven PRs should target `support/struts-6-x-x`, not `release/struts-6-8-x`. - [ ] Confirm no schema warnings appear on https://github.com/apache/struts/network/updates. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
