We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ec571 commit 3a5ac00Copy full SHA for 3a5ac00
.github/dependabot.yml
@@ -19,6 +19,18 @@ updates:
19
- '@grafana/runtime'
20
- '@grafana/schema'
21
- '@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
30
31
32
33
+ - 'minor'
34
# Ignore dependencies that need to be updated manually for compatibility reasons
35
ignore:
36
# Keep @types/node in sync with the node version in .nvmrc
0 commit comments