We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee7bbb7 commit d9fbda7Copy full SHA for d9fbda7
2 files changed
.github/dependabot.yml
@@ -1,14 +1,11 @@
1
---
2
-# Documentation
3
-# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
4
version: 2
5
updates:
6
- package-ecosystem: github-actions
7
directory: /
8
schedule:
9
- interval: monthly
10
-
+ interval: semiannually
11
- package-ecosystem: gitsubmodule
12
13
14
.pre-commit-config.yaml
@@ -61,5 +61,5 @@ repos:
61
- '0'
62
ci:
63
autoupdate_commit_msg: 'chore: update pre-commit hooks'
64
- autoupdate_schedule: monthly
+ autoupdate_schedule: quarterly
65
autofix_commit_msg: 'style: pre-commit fixes'
0 commit comments