ci(dependabot): Generate dependabot configuration for active branches#3496
Conversation
|
/hold |
|
/unhold |
e46b973 to
4ae063c
Compare
4ae063c to
43728b7
Compare
43728b7 to
5bd2244
Compare
Add a generator script and config file following the same pattern as tektoncd/pipeline. The dependabot.yml is now generated from .github/dependabot.config.yml, keeping it easy to add/remove release branches without editing the verbose output file directly. A weekly workflow (dependabot-regen.yml) re-runs the generator and opens a PR automatically if changes are detected. Signed-off-by: Jawed khelil <jkhelil@redhat.com> Assisted-by: Claude Sonnet 4.6 (via Cursor) Co-authored-by: Cursor <cursoragent@cursor.com>
5bd2244 to
e890499
Compare
vdemeester
left a comment
There was a problem hiding this comment.
At some point we probably will want to share the code (in plumbing ?) so that if we update it somewhere we don't have to update it everywhere again 😬
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
| ## Release | ||
|
|
||
| ### In Support | ||
| ### v0.79 (LTS) |
There was a problem hiding this comment.
shouldn't we also add release-v0.80.x?
There was a problem hiding this comment.
Indeed ! we can merge this PR as is and update the release.md, the workflow will pick it up and generate a PR (good way of making sure it works 😬 )
There was a problem hiding this comment.
BTW the commit message does mention release-v0.80.x, but I'm fine with knowingly merge that way update the releases list just after it's merge to test that functionality.
|
/lgtm |
Extend Dependabot configuration to open PRs against release-v0.77.x, release-v0.78.x, release-v0.79.x, and release-v0.80.x in addition to main, keeping dependencies up to date across all active release lines.
Assisted-by: Claude Sonnet 4.6 (via Cursor)
Changes
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
make test lintbefore submitting a PRSee the contribution guide for more details.
Release Notes