We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb36c21 + 3017d2e commit 99b2401Copy full SHA for 99b2401
.github/dependabot.yml
@@ -0,0 +1,27 @@
1
+# Please see the documentation for all configuration options:
2
+# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3
+
4
+version: 2
5
+updates:
6
+ - package-ecosystem: "gomod"
7
+ target-branch: master
8
+ directory: "/"
9
+ schedule:
10
+ interval: "weekly"
11
+ day: "sunday"
12
+ labels:
13
+ - dependencies
14
+ - ok-to-test
15
+ groups:
16
+ k8sio:
17
+ patterns:
18
+ - k8s.io/*
19
20
+ - package-ecosystem: "github-actions"
21
22
23
24
+ interval: "daily"
25
26
27
0 commit comments