We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7e1a3 commit b8eb5e2Copy full SHA for b8eb5e2
.github/dependabot.yaml
@@ -1,26 +1,30 @@
1
+# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json
2
version: 2
3
+
4
updates:
5
- package-ecosystem: "github-actions"
6
directory: "/"
7
schedule:
8
interval: "weekly"
9
groups:
- dependencies:
10
+ dependencies:
11
patterns:
12
- "*"
13
14
- package-ecosystem: "helm"
15
directory: "/charts/benchmark"
16
17
18
19
20
21
22
23
24
directory: "/charts/openfga"
25
26
27
28
29
30
0 commit comments