Skip to content

Commit

Permalink
Merge pull request #941 from github/mctofu-patch-2
Browse files Browse the repository at this point in the history
Add Fanout label to Dependabot PRs
  • Loading branch information
mctofu committed May 9, 2023
2 parents 8d22f5d + b0707ea commit 7c49b85
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ updates:
interval: 'monthly'
registries:
- ghcr
labels:
- dependencies
- docker
- Fanout
groups:
dependabot-core-images:
patterns:
Expand All @@ -15,11 +19,19 @@ updates:
directory: "/"
schedule:
interval: "monthly"
labels:
- dependencies
- github_actions
- Fanout
- package-ecosystem: 'npm'
directory: '/'
open-pull-requests-limit: 20
schedule:
interval: 'monthly'
labels:
- dependencies
- javascript
- Fanout

registries:
ghcr:
Expand Down

0 comments on commit 7c49b85

Please sign in to comment.