Skip to content

Commit 43aa4be

Browse files
committed
Get weekly updates from Dependabot
1 parent e5c5ec7 commit 43aa4be

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/dependabot.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "weekly"
77
- package-ecosystem: "docker"
88
directory: "/"
99
schedule:
10-
interval: "daily"
10+
interval: "weekly"
11+
groups:
12+
docker-updates:
13+
update-types:
14+
- "patch"
15+
- "minor"

0 commit comments

Comments
 (0)