Skip to content

Commit

Permalink
Update dependabot.yaml for security updates
Browse files Browse the repository at this point in the history
Testing if dependabot can create security pull request for release-2.6, 2.7 and 2.8 branches.

I am trying to cheat with a separate `updates` entry per branch.

Most likely dependabot cannot bump only security-relevan dependencies in older branches, see  dependabot/dependabot-core#2767 (comment)
  • Loading branch information
jsafrane committed Jun 14, 2023
1 parent c9200e1 commit 7d199b7
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,40 @@ updates:
- "release-note-none"
- "ok-to-test"
open-pull-requests-limit: 10

- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
labels:
- "area/dependency"
- "release-note-none"
- "ok-to-test"
open-pull-requests-limit: 0
target-branch: "release-2.6"

- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
labels:
- "area/dependency"
- "release-note-none"
- "ok-to-test"
open-pull-requests-limit: 0
target-branch: "release-2.7"

- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
labels:
- "area/dependency"
- "release-note-none"
- "ok-to-test"
open-pull-requests-limit: 0
target-branch: "release-2.8"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand All @@ -18,3 +52,4 @@ updates:
- "release-note-none"
- "ok-to-test"
open-pull-requests-limit: 10

0 comments on commit 7d199b7

Please sign in to comment.