Skip to content

Commit

Permalink
ci: Adds groups to dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
davelosert committed Jul 4, 2023
1 parent 4f10402 commit a948104
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,20 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
groups:
deps:
patterns:
- "@actions/*"
- "common-tags"
vite:
build-deps:
- "@vitest/*"
- "vite*"
- "esbuild"
- "typescript"
- "@types/node"
semantic-release:
patterns:
- "semantic-release*"
- "@semantic-release/*"

0 comments on commit a948104

Please sign in to comment.