https://github.com/dxw/govpress-workflow-dependabot-validate
A reusable workflow to ensure GovPress Dependabot files are up to date
https://github.com/dxw/govpress-workflow-dependabot-validate
actions automation dependabot github-actions govpress platform-tools workflow
Last synced: about 1 year ago
JSON representation
A reusable workflow to ensure GovPress Dependabot files are up to date
- Host: GitHub
- URL: https://github.com/dxw/govpress-workflow-dependabot-validate
- Owner: dxw
- Created: 2021-12-03T14:20:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T16:13:40.000Z (over 1 year ago)
- Last Synced: 2025-03-22T05:33:32.690Z (about 1 year ago)
- Topics: actions, automation, dependabot, github-actions, govpress, platform-tools, workflow
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# GovPress Workflow: Dependabot Validate
This repo holds a reusable workflow for validating Dependabot files in GovPress projects.
You can pass it any `package-ecosystem` (e.g. `composer`), and the corresponding filename for that package manager (e.g. `composer.json`). It will search the repo for any files matching that filename, and then check if the `dependabot.yml` file contains an entry for all found files for that package ecosystem. If it does not, the workflow will fail.