Skip to content

Commit f56e57a

Browse files
authored
Merge pull request #923 from per1234/explicit-workflow-path
Use explicit path for GitHub Actions workflows in Dependabot configuration
2 parents e5d9075 + bc8cf13 commit f56e57a

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)