Skip to content

ci(dependabot): add generated config for active release branches#1706

Merged
tekton-robot merged 1 commit into
tektoncd:mainfrom
jkhelil:update_dependabot
Jun 17, 2026
Merged

ci(dependabot): add generated config for active release branches#1706
tekton-robot merged 1 commit into
tektoncd:mainfrom
jkhelil:update_dependabot

Conversation

@jkhelil

@jkhelil jkhelil commented Jun 16, 2026

Copy link
Copy Markdown
Member

Implement the same dependabot generation pattern used by tektoncd/pipeline:

  • .github/dependabot.config.yml: human-editable source of truth listing ecosystems and active release branches
  • hack/generate-dependabot.go: Go generator that produces dependabot.yml from the config
  • hack/generate-dependabot.sh: shell wrapper that refreshes release branches from releases.md and calls the generator
  • .github/workflows/dependabot-regen.yml: weekly workflow that auto-regenerates and opens a PR on drift
  • .github/dependabot.yml: regenerated from config; covers main (all updates) and release-v0.20.x, release-v0.25.x, release-v0.26.x, release-v0.27.x (patch-only)

Assisted-by: Claude Sonnet 4.6 (via Cursor)

Changes

Submitter Checklist

As the author of this PR, please check off the items in this checklist:

  • Has Docs included if any changes are user facing
  • Has Tests included if any functionality added or changed
  • Follows the commit message standard
  • Meets the Tekton contributor standards (including
    functionality, content, code)
  • Release notes block below has been updated with any user facing changes (API changes, bug fixes, changes requiring upgrade notices or deprecation warnings)
  • Release notes contains the string "action required" if the change requires additional action from users switching to the new release

Release Notes

NONE

@tekton-robot tekton-robot added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Jun 16, 2026
Comment thread .github/workflows/dependabot-regen.yml Fixed
Comment thread .github/workflows/dependabot-regen.yml Fixed
Comment thread .github/workflows/dependabot-regen.yml Fixed
Comment thread .github/workflows/dependabot-regen.yml Fixed
Comment thread .github/workflows/dependabot-regen.yml Fixed
Comment thread .github/dependabot.yml Fixed
Comment thread .github/dependabot.yml Fixed
Comment thread .github/dependabot.yml Fixed
Comment thread .github/dependabot.yml Fixed
Comment thread .github/workflows/dependabot-regen.yml Fixed
@jkhelil jkhelil force-pushed the update_dependabot branch 4 times, most recently from 2755c56 to 4886540 Compare June 16, 2026 08:03
@tekton-robot tekton-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Jun 16, 2026
@jkhelil jkhelil force-pushed the update_dependabot branch from 4886540 to 7ed4a60 Compare June 16, 2026 08:29
@tekton-robot tekton-robot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jun 16, 2026
@jkhelil jkhelil force-pushed the update_dependabot branch from 7ed4a60 to d8d5333 Compare June 16, 2026 09:05
Comment thread .github/workflows/dependabot-regen.yml Fixed
Implement the same dependabot generation pattern used by
tektoncd/pipeline:

- .github/dependabot.config.yml: human-editable source of truth
  listing ecosystems and active release branches
- hack/generate-dependabot.go: Go generator that produces
  dependabot.yml from the config
- hack/generate-dependabot.sh: shell wrapper that refreshes
  release branches from releases.md and calls the generator
- .github/workflows/dependabot-regen.yml: weekly workflow that
  auto-regenerates and opens a PR on drift
- .github/dependabot.yml: regenerated from config; covers main
  (all updates) and release-v0.20.x, release-v0.25.x,
  release-v0.26.x, release-v0.27.x (patch-only)

Signed-off-by: Jawed khelil <jkhelil@redhat.com>
Assisted-by: Claude Sonnet 4.6 (via Cursor)
Co-authored-by: Cursor <cursoragent@cursor.com>
@jkhelil jkhelil force-pushed the update_dependabot branch from d8d5333 to d9daf5f Compare June 16, 2026 10:48

@vdemeester vdemeester left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 😬

@enarha

enarha commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Jun 17, 2026
@vdemeester

Copy link
Copy Markdown
Member

/approve

@tekton-robot

Copy link
Copy Markdown

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 17, 2026
@tekton-robot tekton-robot merged commit a94660a into tektoncd:main Jun 17, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants