Skip to content

Commit

Permalink
Update label used by dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
dbieber committed Sep 20, 2024
1 parent 374d8c6 commit e4ac6ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ updates:
directory: ".github/scripts/"
schedule:
interval: "monthly"
labels: ["ci"]
labels: ["dependabot"]
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 5
Expand All @@ -23,7 +23,7 @@ updates:
gh-actions:
patterns:
- "*" # Check all dependencies
labels: ["ci"]
labels: ["dependabot"]
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 5
Expand Down

0 comments on commit e4ac6ff

Please sign in to comment.