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.
1 parent c3db17c commit fa177f5Copy full SHA for fa177f5
.github/dependabot.yml
@@ -5,7 +5,14 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "gomod" # See documentation for possible values
9
- directory: "/" # Location of package manifests
+ # Maintain dependencies for Go
+ - package-ecosystem: "gomod"
10
+ directory: "/"
11
+ schedule:
12
+ interval: "weekly"
13
+
14
+ # Maintain dependencies for GitHub Actions
15
+ - package-ecosystem: "github-actions"
16
17
schedule:
18
interval: "weekly"
0 commit comments