Skip to content

Commit

Permalink
update dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
pete911 committed May 11, 2024
1 parent 787930f commit 5d80285
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
groups:
go:
patterns:
- '*'

- package-ecosystem: github-actions
directory: /.github
schedule:
interval: daily
groups:
github-actions:
patterns:
- '*'

0 comments on commit 5d80285

Please sign in to comment.