Skip to content

Commit a6eaf49

Browse files
committed
ci(dependabot): add docker cooldown period
1 parent 7746e78 commit a6eaf49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ updates:
55
directory: "/latex"
66
schedule:
77
interval: "daily"
8+
cooldown:
9+
default-days: 7
810
commit-message:
911
prefix: build(deps)
1012
- package-ecosystem: "docker"
1113
directory: "/latex"
1214
target-branch: "alpine"
1315
schedule:
1416
interval: "daily"
17+
cooldown:
18+
default-days: 7
1519
commit-message:
1620
prefix: build(deps)
1721
- package-ecosystem: "github-actions"

0 commit comments

Comments
 (0)