Skip to content

Commit

Permalink
Update dependabot.yml (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoanm authored Mar 5, 2024
1 parent def072b commit e13ee67
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: 'monthly'
groups:
all-actions:
patterns: ["*"]
- package-ecosystem: gomod
directory: /
schedule:
interval: monthly
groups:
gomod-major:
update-types: ["major"]
gomod-minor:
update-types: ["minor"]
gomod-others:
patterns: [ "*" ]

0 comments on commit e13ee67

Please sign in to comment.