Skip to content

Commit b4eb42a

Browse files
committed
Fix directory scanned by Dependabot
The Dependabot job is warning: Please check your configuration as there are groups where no dependencies match: - all-github-actions
1 parent bed273c commit b4eb42a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/dependabot.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
22
# 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
35
---
6+
# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json
47
version: 2
58
updates:
69
- package-ecosystem: github-actions
7-
directory: .github
10+
directory: /
811
schedule:
912
interval: weekly
1013
day: tuesday

0 commit comments

Comments
 (0)