chore: add semver cooldowns to dependabot configuration and fix tycho-version tracking#51
Draft
Copilot wants to merge 2 commits into
Draft
chore: add semver cooldowns to dependabot configuration and fix tycho-version tracking#51Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
Copilot created this pull request from a session on behalf of
peterkir
June 5, 2026 09:27
View session
Collaborator
|
@copilot |
…ependabot tracking
Contributor
Author
No — Fixed in commit
Dependabot will now detect and update |
Copilot
AI
changed the title
chore: add semver cooldowns to dependabot configuration
chore: add semver cooldowns to dependabot configuration and fix tycho-version tracking
Jun 5, 2026
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.
The existing dependabot config lacked cooldowns, causing noisy PRs from freshly released packages, was missing the
bundlerecosystem entry for/_doc, and thetycho-versionwas defined only in.mvn/maven.configwhere Dependabot cannot see it.Changes
mavenandbundlerecosystems:patch/minor: 3 days,major: 30 days— mirrors the bndtools/bnd approachbundlerecosystem added targeting/_doc(whereGemfilelives)github-actionsintentionally left without cooldown — action updates are low-risk and desirable promptlytycho-versionmoved from.mvn/maven.config(-Dtycho-version=5.0.2) intopom.xml<properties>— Dependabot's Maven scanner only readspom.xml, so the version was previously invisible to it