We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0450684 + 7c966fd commit e5a808fCopy full SHA for e5a808f
.github/dependabot.yml
@@ -0,0 +1,27 @@
1
+# Please see the documentation for all configuration options:
2
+# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3
+
4
+version: 2
5
+updates:
6
+ - package-ecosystem: "gomod"
7
+ directory: "/" # Location of package manifests
8
+ schedule:
9
+ interval: "weekly"
10
+ day: "sunday"
11
+ time: "16:00"
12
+ - package-ecosystem: "docker"
13
+ directories:
14
+ - "/"
15
16
17
18
19
+ - package-ecosystem: "github-actions"
20
+ directory: "/"
21
22
23
24
25
+ groups:
26
+ all-actions:
27
+ patterns: [ "*" ]
0 commit comments