Skip to content

Commit 432be2a

Browse files
committed
Fix package versions options
1 parent d33273f commit 432be2a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "docker,github-actions" # See documentation for possible values
8+
- package-ecosystem: "docker" # See documentation for possible values
9+
directory: "/" # Location of package manifests
10+
schedule:
11+
interval: "weekly"
12+
13+
- package-ecosystem: "github-actions" # See documentation for possible values
914
directory: "/" # Location of package manifests
1015
schedule:
1116
interval: "weekly"

0 commit comments

Comments
 (0)