Skip to content

Commit fa177f5

Browse files
authored
Dependabot for GitHub Actions
1 parent c3db17c commit fa177f5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "gomod" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
# Maintain dependencies for Go
9+
- package-ecosystem: "gomod"
10+
directory: "/"
11+
schedule:
12+
interval: "weekly"
13+
14+
# Maintain dependencies for GitHub Actions
15+
- package-ecosystem: "github-actions"
16+
directory: "/"
1017
schedule:
1118
interval: "weekly"

0 commit comments

Comments
 (0)