Skip to content

Commit

Permalink
chore: update dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
jangraefen authored Aug 27, 2023
1 parent d7a46ec commit 873f7a9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,21 @@ updates:
interval: "weekly"
groups:
github-actions:
patterns: *
patterns:
- "*"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
groups:
gomod:
patterns: *
patterns:
- "*"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
groups:
docker:
patterns: *
patterns:
- "*"

0 comments on commit 873f7a9

Please sign in to comment.