Skip to content

Commit e0fb899

Browse files
committed
change dependabot checks to weekly
1 parent fad6b83 commit e0fb899

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
@@ -16,15 +16,15 @@ updates:
1616
- package-ecosystem: pip
1717
directory: cpp-linter-py/
1818
schedule:
19-
interval: "daily"
19+
interval: "weekly"
2020
groups:
2121
pip:
2222
patterns:
2323
- "*"
2424
- package-ecosystem: cargo
2525
directory: /
2626
schedule:
27-
interval: "daily"
27+
interval: "weekly"
2828
ignore:
2929
- dependency-name: cpp-linter-lib
3030
groups:

0 commit comments

Comments
 (0)