Skip to content

Commit f14eda8

Browse files
chore: Move automated dependency updates to a monthly schedule
1 parent 3116006 commit f14eda8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ updates:
88
- package-ecosystem: "pip"
99
directory: "/"
1010
schedule:
11-
interval: weekly
11+
interval: monthly
1212
timezone: "America/New_York"
1313
time: "07:23"
1414
versioning-strategy: increase-if-necessary
@@ -22,7 +22,7 @@ updates:
2222
- package-ecosystem: "pip"
2323
directory: "/.github/workflows"
2424
schedule:
25-
interval: weekly
25+
interval: monthly
2626
timezone: "America/New_York"
2727
time: "07:23"
2828
reviewers:
@@ -34,7 +34,7 @@ updates:
3434
- package-ecosystem: "github-actions"
3535
directory: "/"
3636
schedule:
37-
interval: weekly
37+
interval: monthly
3838
timezone: "America/New_York"
3939
time: "07:23"
4040
groups:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ci:
22
autofix_prs: false
3-
autoupdate_schedule: weekly
3+
autoupdate_schedule: monthly
44
autoupdate_commit_msg: 'chore: pre-commit autoupdate'
55

66
repos:

0 commit comments

Comments
 (0)