Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependabot to run for release branches and automate config updates #12493

Closed
bartsmykla opened this issue Jan 9, 2025 · 1 comment
Closed
Labels
area/ci-cd kind/feature New feature triage/pending This issue will be looked at on the next triage meeting

Comments

@bartsmykla
Copy link
Contributor

Description

We should update the dependabot configuration to run for release branches for github-actions and dockerfiles, as it currently only works for master. This means copying the settings for each active release branch, like this:

  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
    open-pull-requests-limit: 15
    labels:
      - "dependencies"
      - "ci/skip-test" # No need to run tests on github actions updates
    target-branch: master

  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
    open-pull-requests-limit: 15
    labels:
      - "dependencies"
      - "ci/skip-test" # No need to run tests on github actions updates
    target-branch: release-2.9

We also need to update the automation to keep these configurations up to date when active release branches change.

@bartsmykla bartsmykla added area/ci-cd triage/pending This issue will be looked at on the next triage meeting kind/feature New feature labels Jan 9, 2025
@bartsmykla
Copy link
Contributor Author

We want to use renovate instead of dependabot: #12529

@bartsmykla bartsmykla closed this as not planned Won't fix, can't repro, duplicate, stale Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci-cd kind/feature New feature triage/pending This issue will be looked at on the next triage meeting
Projects
None yet
Development

No branches or pull requests

1 participant