Skip to content

Commit bf495bf

Browse files
authored
Merge pull request #485 from atsign-foundation/cpswan-cooldowns
build(deps): Add dependency cooldowns
2 parents 3f6eb54 + 3dc971d commit bf495bf

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "daily"
8+
cooldown:
9+
default-days: 7
810
groups:
911
github-actions:
1012
patterns:
@@ -13,7 +15,9 @@ updates:
1315
directory: "/"
1416
schedule:
1517
interval: "daily"
18+
cooldown:
19+
default-days: 7
1620
groups:
1721
pip:
1822
patterns:
19-
- "*"
23+
- "*"

0 commit comments

Comments
 (0)