We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f580693 + e0f0684 commit 90c6cdaCopy full SHA for 90c6cda
.github/dependabot.yml
@@ -0,0 +1,26 @@
1
+version: 2
2
+
3
+updates:
4
+ - package-ecosystem: npm
5
+ directory: /
6
+ schedule:
7
+ interval: daily
8
+ groups:
9
+ non-major:
10
+ update-types:
11
+ - minor
12
+ - patch
13
14
+ - package-ecosystem: github-actions
15
16
17
+ interval: weekly
18
19
+ github-actions:
20
+ patterns:
21
+ - "*"
22
23
+ - package-ecosystem: docker
24
25
26
dependabot.yml
0 commit comments