Skip to content

Commit c0d6b86

Browse files
committed
'lower-frequency-autoupdate'
1 parent 14fa058 commit c0d6b86

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
---
2-
# Documentation
3-
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
42
version: 2
53
updates:
64
- package-ecosystem: github-actions
75
directory: /
86
schedule:
9-
interval: monthly
10-
7+
interval: semiannually
118
- package-ecosystem: gitsubmodule
129
directory: /
1310
schedule:
14-
interval: monthly
11+
interval: semiannually

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ repos:
3232
- '0'
3333
ci:
3434
autoupdate_commit_msg: 'chore: update pre-commit hooks'
35-
autoupdate_schedule: monthly
35+
autoupdate_schedule: quarterly
3636
autofix_commit_msg: 'style: pre-commit fixes'

0 commit comments

Comments
 (0)