| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This PR streamlines the Dependabot configuration by consolidating GitHub Actions monitoring into a single entry that covers multiple directories, and automatically adds the "Rebuild" label to GitHub Actions updates to trigger the sync back script.
Sorry, something went wrong.
| directories: | ||
| - "/" | ||
| - "/.github/actions" # All subdirectories outside of "/.github/workflows" must be explicitly included. |
There was a problem hiding this comment.
The directories field is not a valid Dependabot configuration option for GitHub Actions. The correct field name is directory (singular), and it only accepts a single directory path, not an array. To monitor multiple directories, you need separate package-ecosystem entries.
Sorry, something went wrong.
There was a problem hiding this comment.
I vaguely remember that this is/was the case for github-actions as Copilot says, but I can't find any documentation which confirms this. I am happy to approve and merge this, which should trigger a validation of the dependabot.yml file. If it doesn't work, then we can easily patch it up afterwards.
Sorry, something went wrong.
There was a problem hiding this comment.
Sorry, something went wrong.
| directories: | ||
| - "/" | ||
| - "/.github/actions" # All subdirectories outside of "/.github/workflows" must be explicitly included. |
There was a problem hiding this comment.
I vaguely remember that this is/was the case for github-actions as Copilot says, but I can't find any documentation which confirms this. I am happy to approve and merge this, which should trigger a validation of the dependabot.yml file. If it doesn't work, then we can easily patch it up afterwards.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Also enable Dependabot updates for the other directories in .github/actions.
Risk assessment
For internal use only. Please select the risk level of this change:
Merge / deployment checklist