Skip to content

Commit bcfb1e8

Browse files
committed
Add dependabot configuration for GitHub Actions packages
Signed-off-by: Austin Vazquez <[email protected]>
1 parent e211d4c commit bcfb1e8

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
version: 2
22
updates:
3-
- package-ecosystem: gomod
4-
directory: /
3+
# Automatic upgrade for Go modules.
4+
- package-ecosystem: "gomod"
5+
directory: "/"
56
schedule:
6-
interval: daily
7+
interval: "daily"
78

9+
# Automatic upgrade for GitHub Actions packages.
10+
- package-ecosystem: "github-actions"
11+
directory: "/"
12+
schedule:
13+
interval: "daily"

0 commit comments

Comments
 (0)