Skip to content

Commit e3f3a06

Browse files
authored
chore: re-enable dependabot with 2-day cooldown (#3740)
* re-enable dependabot with 2-day cooldown Rename .disabled configs back and add cooldown: default-days: 2 Signed-off-by: Moe Zein <moe.zein@datadoghq.com> * Update dependabot.yml * Update dependabot.yml --------- Signed-off-by: Moe Zein <moe.zein@datadoghq.com>
1 parent c027090 commit e3f3a06

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: "monthly"
12+
cooldown:
13+
default-days: 2
1214
groups:
1315
gh-actions-packages:
1416
patterns:
15-
- "*"
17+
- "*"
18+

0 commit comments

Comments
 (0)