Skip to content

Commit d9fbda7

Browse files
committed
'lower-frequency-autoupdate'
1 parent ee7bbb7 commit d9fbda7

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
@@ -61,5 +61,5 @@ repos:
6161
- '0'
6262
ci:
6363
autoupdate_commit_msg: 'chore: update pre-commit hooks'
64-
autoupdate_schedule: monthly
64+
autoupdate_schedule: quarterly
6565
autofix_commit_msg: 'style: pre-commit fixes'

0 commit comments

Comments
 (0)