Skip to content

Commit

Permalink
chore: use dependabot groups (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken authored Mar 14, 2024
1 parent bcb7c00 commit f773b17
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,19 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
interval: monthly
groups:
github-actions:
patterns:
- "*"

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

0 comments on commit f773b17

Please sign in to comment.