Skip to content

Commit 713f655

Browse files
chance-colemanmjnagel
authored andcommitted
fix: renovate not checking test directory versions (defenseunicorns#1357)
## Description Noticed that KFC was way out of date in out jest package.json. This was because the renovate only checked the top level of the test directory and not the sub directories. ## 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
1 parent 7893079 commit 713f655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"commitMessageTopic": "grafana"
7575
},
7676
{
77-
"matchFileNames": ["test/**", ".github/**", "bundles/**", "tasks/*.yaml", ".vscode/settings.json", "src/test/**", "README.md"],
77+
"matchFileNames": ["test/**/*", ".github/**", "bundles/**", "tasks/*.yaml", ".vscode/settings.json", "src/test/**", "README.md"],
7878
"groupName": "support-deps",
7979
"commitMessageTopic": "support dependencies"
8080
},

0 commit comments

Comments
 (0)