Skip to content

Commit 64a571f

Browse files
authored
Change Dependabot directory for GitHub Actions
Dependabot is currently improperly configured so all GitHub Actions dependencies in `.github/workflows/code_checks.yml` are out of date. > For GitHub Actions, use the value `/`. Dependabot will search the `/.github/workflows` directory, as well as the `action.yml/action.yaml` file from the root directory. https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference#package-ecosystem
1 parent cedc141 commit 64a571f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ updates:
77
interval: "monthly"
88

99
- package-ecosystem: "github-actions"
10-
directory: "/.github/workflows/"
10+
directory: "/"
1111
schedule:
1212
interval: "daily"
1313
...

0 commit comments

Comments
 (0)