Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: regroup 'support dependencies' in renovate config (#885)
## Description This changes the grouping in renovate to group anything outside of the `src/<package>` folders into a single `support-deps` grouping (with the exception of pepr). I reviewed the current PRs and several previous merged PRs and these matches should catch all the other locations we have dependencies. Worth noting we do not need the pinDigests option added anywhere since uds-common includes that as a helper for actions/workflows: https://github.com/defenseunicorns/uds-common/blob/main/config/renovate.json5#L8 ## 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