Skip to content

Commit

Permalink
fix: renovate config updated to track tests (#981)
Browse files Browse the repository at this point in the history
## Description

Updates to re-include our test files as well as ensuring that playwright
deps are included in the support-deps without globbing up other updates
like
[this](https://github.com/defenseunicorns/uds-core/pull/928/files#diff-598902b8bde92278b6ed7899e828e2151092e9d348ffbd41e01af8b090f90479).

## Related Issue

N/A

## Type of change

- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] 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
mjnagel authored Nov 5, 2024
1 parent 6491be9 commit 2494448
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
":semanticCommits",
":semanticCommitTypeAll(chore)"
],
"ignorePresets": [":ignoreModulesAndTests"],
"branchConcurrentLimit": 0,
"prConcurrentLimit": 0,
"prHourlyLimit": 0,
Expand Down Expand Up @@ -73,7 +74,7 @@
"commitMessageTopic": "grafana"
},
{
"matchFileNames": ["e2e/playwright/**", ".github/**", "bundles/**", "tasks/*.yaml", ".vscode/settings.json", "src/test/**", "src/**/tasks.yaml"],
"matchFileNames": ["e2e/playwright/**", ".github/**", "bundles/**", "tasks/*.yaml", ".vscode/settings.json", "src/test/**"],
"groupName": "support-deps",
"commitMessageTopic": "support dependencies"
},
Expand All @@ -83,7 +84,7 @@
"commitMessageTopic": "pepr"
},
{
"matchPackageNames": ["defenseunicorns/uds-common"],
"matchPackageNames": ["defenseunicorns/uds-common", "mcr.microsoft.com/playwright"],
"groupName": "support-deps",
"commitMessageTopic": "support-deps"
}
Expand Down

0 comments on commit 2494448

Please sign in to comment.