Skip to content

Commit

Permalink
Add dependabot groups
Browse files Browse the repository at this point in the history
  • Loading branch information
xt0rted committed Feb 24, 2024
1 parent aa55dbe commit f891808
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
version: 2
updates:

- package-ecosystem: github-actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 99
interval: "weekly"
groups:
github-actions:
patterns:
- "actions/*"
- "github/*"

- package-ecosystem: npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 99
versioning-strategy: increase
interval: "weekly"
versioning-strategy: "increase"
groups:
actions:
patterns:
- "@actions/*"
jest:
patterns:
- "@types/jest"
- "jest"
- "jest-*"
- "ts-jest"

0 comments on commit f891808

Please sign in to comment.