We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9e950 commit 330dc5bCopy full SHA for 330dc5b
.github/dependabot.yml
@@ -1,15 +1,33 @@
1
version: 2
2
updates:
3
- package-ecosystem: "npm"
4
- directory: "/ui"
5
- open-pull-requests-limit: 3
+ directories:
+ - "/"
6
+ - "/components"
7
+ - "/dashboards"
8
+ - "/explore"
9
+ - "/plugin-system"
10
+ open-pull-requests-limit: 5
11
schedule:
12
interval: "monthly"
- # Raise all npm pull requests with custom labels
- labels:
- - "dependencies"
- - "ui"
13
+ groups:
14
+ npm:
15
+ patterns:
16
+ - "*"
17
- package-ecosystem: "github-actions"
18
directory: "/"
19
20
interval: "weekly"
21
22
+ actions:
23
24
25
+- package-ecosystem: "gomod"
26
+ directory: "/"
27
+ open-pull-requests-limit: 10
28
+ schedule:
29
+ interval: "weekly"
30
31
+ gomod:
32
33
0 commit comments