From 24944482f664e9b445b9cfdd1e7616fbf049ad05 Mon Sep 17 00:00:00 2001 From: Micah Nagel Date: Tue, 5 Nov 2024 09:55:46 -0700 Subject: [PATCH] fix: renovate config updated to track tests (#981) ## 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 --- renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index bc6c0c96d..49e4993e9 100644 --- a/renovate.json +++ b/renovate.json @@ -4,6 +4,7 @@ ":semanticCommits", ":semanticCommitTypeAll(chore)" ], + "ignorePresets": [":ignoreModulesAndTests"], "branchConcurrentLimit": 0, "prConcurrentLimit": 0, "prHourlyLimit": 0, @@ -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" }, @@ -83,7 +84,7 @@ "commitMessageTopic": "pepr" }, { - "matchPackageNames": ["defenseunicorns/uds-common"], + "matchPackageNames": ["defenseunicorns/uds-common", "mcr.microsoft.com/playwright"], "groupName": "support-deps", "commitMessageTopic": "support-deps" }