Skip to content

Commit 41e83f7

Browse files
authored
chore: add Dependabot cooldown — Python (pip) (#8)
* chore: add dependabot cooldown (ADR-011) * fix: restrict dependabot cooldown to external packages (ADR-011)
1 parent d5f874f commit 41e83f7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@ updates:
2020
interval: daily
2121
time: "09:00"
2222
timezone: Europe/London
23+
cooldown:
24+
default-days: 3
25+
exclude:
26+
- onb*
2327
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)