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
Use explicit path for GitHub Actions workflows in Dependabot configuration
The path of the dependencies manifest files must be defined in the Dependabot configuration for each "package ecosystem"
entry. When implementing support for managing GitHub Actions workflows dependencies, the Dependabot developers made the
inexplicable decision that, unlike any other ecosystem, Dependabot would look for the workflows under the
`.github/workflows` subfolder of the specified path, rather than the actual path that is provided. Support for actually
using the path specified by the configuration was later added.
Since the configuration required by the original behavior was quite unintuitive, it is hereby changed to the actual path
of the workflows in the repository.
0 commit comments