Skip to content

Commit 5b594e7

Browse files
authored
Merge pull request #187 from per1234/dependabot-path
Use explicit path for GitHub Actions workflows in Dependabot configuration
2 parents 0f1e57d + 2d782bc commit 5b594e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ updates:
66
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/dependabot/README.md
77
# See: https://docs.github.com/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
88
- package-ecosystem: github-actions
9-
directory: / # Check the repository's workflows under /.github/workflows/
9+
directory: /.github/workflows
1010
assignees:
1111
- per1234
1212
open-pull-requests-limit: 100

0 commit comments

Comments
 (0)