We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14fa058 commit c0d6b86Copy full SHA for c0d6b86
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
@@ -32,5 +32,5 @@ repos:
32
- '0'
33
ci:
34
autoupdate_commit_msg: 'chore: update pre-commit hooks'
35
- autoupdate_schedule: monthly
+ autoupdate_schedule: quarterly
36
autofix_commit_msg: 'style: pre-commit fixes'
0 commit comments