You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specify full path to workflows in Dependabot configuration file
Dependabot supports managing GitHub Actions action dependencies of workflows.
Previously, Dependabot had an unintuitive behavior where workflows were expected to be found in the `.github/workflows/`
subfolder of the path specified via the `directory` key of the `dependabot.yml` configuration file, meaning that if you
want Dependabot to check the workflows at `/.github/workflows/`, you had to set `directory: /`.
This odd requirement has now been dropped. Even though backwards compatibility has been provided for `directory: /`
specifically, I think the configuration file is easier to understand with the full path to the workflows set, especially
in repositories (such as this one) where workflows are also present in another path.
0 commit comments