Skip to content

Commit

Permalink
chore: use dependabot groups (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken authored Mar 15, 2024
1 parent d4ad82e commit 26e0d92
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@ updates:
directory: /
schedule:
interval: monthly
groups:
github-actions:
patterns:
- "*"

- package-ecosystem: npm
directory: /
versioning-strategy: widen
schedule:
interval: weekly
groups:
dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"

0 comments on commit 26e0d92

Please sign in to comment.