Skip to content

Commit

Permalink
Update dependabot.yml config for label rules
Browse files Browse the repository at this point in the history
This updates the Dependabot config so the "ci/dependabot" and
"dependencies" labels are properly set on pull requests.

Signed-off-by: Stacy Kim <[email protected]>
  • Loading branch information
kimstacy committed Oct 10, 2023
1 parent 807aaef commit 853a616
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ updates:
open-pull-requests-limit: 5
rebase-strategy: "disabled"
labels:
- ci/dependabot
- dependencies
- kind/enhancement
- release-note/misc
groups:
Expand All @@ -24,6 +26,8 @@ updates:
- dependency-name: "github.com/cilium/cilium"
- dependency-name: "github.com/cilium/hubble"
labels:
- ci/dependabot
- dependencies
- kind/enhancement
- release-note/misc
groups:
Expand All @@ -41,6 +45,8 @@ updates:
open-pull-requests-limit: 5
rebase-strategy: "disabled"
labels:
- ci/dependabot
- dependencies
- kind/enhancement
- release-note/misc
groups:
Expand All @@ -57,6 +63,7 @@ updates:
rebase-strategy: disabled
labels:
- ci/dependabot
- dependencies
- kind/enhancement
- package-ecosystem: docker
directory: /backend
Expand All @@ -68,4 +75,5 @@ updates:
rebase-strategy: disabled
labels:
- ci/dependabot
- dependencies
- kind/enhancement

0 comments on commit 853a616

Please sign in to comment.