We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed273c commit b4eb42aCopy full SHA for b4eb42a
.github/dependabot.yml
@@ -1,10 +1,13 @@
1
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
2
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates
3
+#
4
+# See: https://www.github.com/dependabot/dependabot-core/issues/4605
5
---
6
+# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json
7
version: 2
8
updates:
9
- package-ecosystem: github-actions
- directory: .github
10
+ directory: /
11
schedule:
12
interval: weekly
13
day: tuesday
0 commit comments