Skip to content

Commit a11906f

Browse files
chore: Add Dependabot version-update cooldown
1 parent f707d77 commit a11906f

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@ updates:
44
directory: '/'
55
schedule:
66
interval: 'weekly'
7-
7+
cooldown:
8+
default-days: 7
89
- package-ecosystem: 'gomod'
910
directory: '/'
1011
schedule:
1112
interval: 'weekly'
13+
cooldown:
14+
default-days: 7
15+
- package-ecosystem: "docker"
16+
directory: "/"
17+
schedule:
18+
interval: "weekly"
19+
cooldown:
20+
default-days: 7

0 commit comments

Comments
 (0)