Skip to content

Commit

Permalink
ci: configure dependabot groups
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Oct 24, 2023
1 parent 06181c1 commit 8c10083
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,35 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
commit-message:
prefix: "ci"
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
groups:
vitest:
patterns:
- "@vitest/*"
- "vitest"
eslint:
patterns:
- "@typescript-eslint/*"
- "eslint"
- "eslint-*"
babel:
patterns:
- "@babel/*"
rollup:
patterns:
- "rollup"
- "rollup-*"
- "@rollup/*"
types:
patterns:
- "@types/*"

0 comments on commit 8c10083

Please sign in to comment.