Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: regroup renovate support dependencies (#979)
## Description Regroups a few things to ensure support-deps grabs the right stuff: - glob up all task files at the root level, with the exception of the create task (reordered pepr to ensure this one remains separate) - includes `src/test` which contains test manifests/images - includes `src/**/tasks.yaml` which sometimes contain playwright images or other support deps ([example](https://github.com/defenseunicorns/uds-core/blob/main/src/grafana/tasks.yaml#L42-L43)) ## Related Issue N/A ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [x] Other (security config, docs update, etc) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md) followed
- Loading branch information