Skip to content

Commit

Permalink
chore: group dependabot updates by package ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
chizmw committed Oct 8, 2023
1 parent 42e1827 commit 6db984b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,25 @@ updates:
directory: / # Location of package manifests
schedule:
interval: daily
groups:
dependencies:
patterns:
- '*'

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

- package-ecosystem: terraform
directory: /terraform
schedule:
interval: daily
groups:
dependencies:
patterns:
- '*'

0 comments on commit 6db984b

Please sign in to comment.