Skip to content

Commit 73a7c2d

Browse files
committed
change interval to monthly
1 parent 138332d commit 73a7c2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ updates:
88
- package-ecosystem: github-actions
99
directory: /
1010
schedule:
11-
interval: "weekly"
11+
interval: "monthly"
1212
groups:
1313
actions:
1414
patterns:
1515
- "*"
1616
- package-ecosystem: pip
1717
directory: /
1818
schedule:
19-
interval: "daily"
19+
interval: "monthly"
2020
groups:
2121
pip:
2222
patterns:

0 commit comments

Comments
 (0)