Skip to content

Commit

Permalink
add groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Apr 10, 2024
1 parent 9842379 commit 2eb367d
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,30 @@ updates:
include: "scope"
schedule:
interval: "daily"

groups:
babel-and-eslint:
patterns:
- "*babel*"
- "*eslint*"
update-types:
- "minor"
- "patch"
grafana:
patterns:
- "*grafana*"
update-types:
- "minor"
- "patch"
jest:
patterns:
- "*jest*"
update-types:
- "minor"
- "patch"
webpack:
patterns:
- "*webpack*"
- "*-loader"
update-types:
- "minor"
- "patch"

0 comments on commit 2eb367d

Please sign in to comment.