Skip to content

Commit 3a5ac00

Browse files
authored
Update dependabot groups (#274)
1 parent 96ec571 commit 3a5ac00

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@ updates:
1919
- '@grafana/runtime'
2020
- '@grafana/schema'
2121
- '@grafana/ui'
22+
npm-patch-dev-dependencies:
23+
dependency-type: 'development'
24+
patterns:
25+
- '*'
26+
update-types:
27+
- 'patch'
28+
npm-minor-dev-dependencies:
29+
dependency-type: 'development'
30+
patterns:
31+
- '*'
32+
update-types:
33+
- 'minor'
2234
# Ignore dependencies that need to be updated manually for compatibility reasons
2335
ignore:
2436
# Keep @types/node in sync with the node version in .nvmrc

0 commit comments

Comments
 (0)