Skip to content

Commit 330dc5b

Browse files
authored
[ignore] update dependabot to cover more code deps and create single PR (#14)
Signed-off-by: Augustin Husson <[email protected]>
1 parent 6b9e950 commit 330dc5b

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

.github/dependabot.yml

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,33 @@
11
version: 2
22
updates:
33
- package-ecosystem: "npm"
4-
directory: "/ui"
5-
open-pull-requests-limit: 3
4+
directories:
5+
- "/"
6+
- "/components"
7+
- "/dashboards"
8+
- "/explore"
9+
- "/plugin-system"
10+
open-pull-requests-limit: 5
611
schedule:
712
interval: "monthly"
8-
# Raise all npm pull requests with custom labels
9-
labels:
10-
- "dependencies"
11-
- "ui"
13+
groups:
14+
npm:
15+
patterns:
16+
- "*"
1217
- package-ecosystem: "github-actions"
1318
directory: "/"
1419
schedule:
1520
interval: "weekly"
21+
groups:
22+
actions:
23+
patterns:
24+
- "*"
25+
- package-ecosystem: "gomod"
26+
directory: "/"
27+
open-pull-requests-limit: 10
28+
schedule:
29+
interval: "weekly"
30+
groups:
31+
gomod:
32+
patterns:
33+
- "*"

0 commit comments

Comments
 (0)