Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
petersutter authored Feb 13, 2024
1 parent 3dcb769 commit 621044a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
version: 2
updates:
- package-ecosystem: "gomod"
- package-ecosystem: "github-actions"
groups: # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
github-actions:
patterns:
- "*"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "gomod"
groups:
gomod-dependencies:
patterns:
- "*"
Expand Down

0 comments on commit 621044a

Please sign in to comment.