Skip to content

chore: add dependabot for active release branches#325

Open
jkhelil wants to merge 1 commit into
tektoncd:mainfrom
jkhelil:update_dependabot
Open

chore: add dependabot for active release branches#325
jkhelil wants to merge 1 commit into
tektoncd:mainfrom
jkhelil:update_dependabot

Conversation

@jkhelil

@jkhelil jkhelil commented Jun 16, 2026

Copy link
Copy Markdown
Member

Add dependabot configuration for all active release branches (release-v0.3.x, release-v0.4.x), following the same pattern as tektoncd/pipeline.

  • .github/dependabot.config.yml: human-editable source of truth listing active release branches and ecosystems (gomod, github-actions, docker)
  • .github/dependabot.yml: generated file with 9 update entries (main + 2 release branches × 3 ecosystems); release branches are restricted to patch-only updates
  • hack/generate-dependabot.go: Go generator that produces dependabot.yml from the config file
  • hack/generate-dependabot.sh: shell wrapper to run the generator
  • .github/workflows/dependabot-regen.yml: weekly workflow that regenerates dependabot.yml and opens a PR when changes are detected
  • releases.md: add v0.4 (LTS) and mark v0.3 as (LTS) for branch extraction

Changes

Submitter Checklist

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

  • Has Docs if any changes are user facing, including updates to minimum requirements e.g. Kubernetes version bumps
  • Has Tests included if any functionality added or changed
  • pre-commit Passed
  • Follows the commit message standard
  • Meets the Tekton contributor standards (including functionality, content, code)
  • Has a kind label. You can add one by adding a comment on this PR that contains /kind <type>. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tep
  • Release notes block below has been updated with any user facing changes (API changes, bug fixes, changes requiring upgrade notices or deprecation warnings). See some examples of good release notes.
  • 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
Add dependabot configuration for all active release branches
(release-v0.3.x, release-v0.4.x), following the same pattern as
tektoncd/pipeline.

- .github/dependabot.config.yml: human-editable source of truth
  listing active release branches and ecosystems (gomod,
  github-actions, docker)
- .github/dependabot.yml: generated file with 9 update entries
  (main + 2 release branches × 3 ecosystems); release branches are
  restricted to patch-only updates
- hack/generate-dependabot.go: Go generator that produces
  dependabot.yml from the config file
- hack/generate-dependabot.sh: shell wrapper to run the generator
- .github/workflows/dependabot-regen.yml: weekly workflow that
  regenerates dependabot.yml and opens a PR when changes are detected
- releases.md: add v0.4 (LTS) and mark v0.3 as (LTS) for branch
  extraction

Signed-off-by: Abdeljaouad Khelil <akhelil@redhat.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@jkhelil jkhelil force-pushed the update_dependabot branch from 96bc4aa to 445ebb6 Compare June 16, 2026 10:43

@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 😬

@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
@jkhelil

jkhelil commented Jun 18, 2026

Copy link
Copy Markdown
Member Author

/kind misc

@tekton-robot tekton-robot added the kind/misc Categorizes issue or PR as a miscellaneuous one. label Jun 18, 2026

@infernus01 infernus01 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.

@jkhelil Could you please rebase?

@tekton-robot tekton-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jun 24, 2026
@tekton-robot

Copy link
Copy Markdown

@jkhelil: PR needs rebase.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

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. kind/misc Categorizes issue or PR as a miscellaneuous one. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. 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