We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75fcd97 commit 064008fCopy full SHA for 064008f
1 file changed
.github/dependabot.yml
@@ -0,0 +1,19 @@
1
+# Set update schedule for GitHub Actions
2
+version: 2
3
+updates:
4
+ - package-ecosystem: "gomod"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "daily"
8
+ allow:
9
+ - dependency-type: "direct"
10
+ - package-ecosystem: "npm"
11
+ directory: "/ccc-client"
12
13
14
15
16
+ - package-ecosystem: "github-actions"
17
18
19
+ interval: "weekly"
0 commit comments