Skip to content

Commit

Permalink
chore: using dependabot groups (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabnguess authored Mar 13, 2024
1 parent 760e14f commit 10a2bb5
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,12 +4,21 @@ 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"

- package-ecosystem: npm
directory: /test/fixtures/audit
Expand Down

0 comments on commit 10a2bb5

Please sign in to comment.