Skip to content

Commit

Permalink
Allow bumping transitive dependencies with dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson authored Feb 14, 2024
1 parent 94c93e2 commit 73fe676
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: weekly
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
- package-ecosystem: gomod
directory: "/"
schedule:
interval: weekly
allow:
- dependency-type: all
groups:
go:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
groups:
github-actions:
patterns:
- "*"

0 comments on commit 73fe676

Please sign in to comment.