Skip to content

Commit d6b7b30

Browse files
committed
'lower-frequency-autoupdate'
1 parent 07c60e6 commit d6b7b30

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
2-
# Documentation
3-
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
41
version: 2
52
updates:
6-
- package-ecosystem: 'github-actions'
7-
directory: '/'
8-
schedule:
9-
interval: 'monthly'
10-
11-
- package-ecosystem: 'gitsubmodule'
12-
directory: '/'
13-
schedule:
14-
interval: 'monthly'
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: semiannually
7+
- package-ecosystem: gitsubmodule
8+
directory: /
9+
schedule:
10+
interval: semiannually

0 commit comments

Comments
 (0)