Skip to content

Commit 7383150

Browse files
authored
CI: no need for weekly dependabot (#22)
* CI: no need for weekly dependabot * MAINT: adding dependabot cooldown
1 parent 3f6553e commit 7383150

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
7+
cooldown:
8+
default-days: 14
79
groups:
810
actions:
911
patterns:

0 commit comments

Comments
 (0)