We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c60e6 commit d6b7b30Copy full SHA for d6b7b30
.github/dependabot.yml
@@ -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
4
version: 2
5
updates:
6
- - package-ecosystem: 'github-actions'
7
- directory: '/'
8
- schedule:
9
- interval: 'monthly'
10
11
- - package-ecosystem: 'gitsubmodule'
12
13
14
+- package-ecosystem: github-actions
+ directory: /
+ schedule:
+ interval: semiannually
+- package-ecosystem: gitsubmodule
0 commit comments