We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8adb67b commit 62f6bc7Copy full SHA for 62f6bc7
.github/dependabot.yml
@@ -1,3 +1,4 @@
1
+# yaml-language-server: $schema=https://www.schemastore.org/dependabot-2.0.json
2
version: 2
3
updates:
4
- package-ecosystem: "npm"
@@ -6,14 +7,26 @@ updates:
6
7
interval: "daily"
8
exclude-paths:
9
- "test/providers/tst_manifests/**"
10
+ groups:
11
+ npm-dependencies:
12
+ patterns:
13
+ - "*"
14
- package-ecosystem: "docker"
15
directory: "/docker-image/Dockerfiles"
16
schedule:
17
18
19
+ dockerfile:
20
21
22
- package-ecosystem: "github-actions"
23
directory: "/"
24
25
interval: "weekly"
26
27
+ github-actions:
28
29
30
- package-ecosystem: "pip"
31
32
0 commit comments