Skip to content

Commit

Permalink
chore: renovate update (#1496)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Sep 22, 2023
1 parent a80f7cf commit 92840f2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions renovate.json
Expand Up @@ -48,6 +48,30 @@
"matchUpdateTypes": ["minor", "major"],
"automerge": false
},
{
"description": "Don't separate minor and patch updates in tests",
"matchPaths": ["test/**"],
"matchPackageNames": [
"bundler",
"docker",
"dotnet",
"git",
"kustomize",
"helm",
"helmfile",
"lerna",
"npm",
"pdm",
"pipenv",
"poetry",
"pnpm",
"renovate",
"rust",
"swift",
"vendir"
],
"separateMinorPatch": false
},
{
"description": "Automerge test selected minor updates in tests",
"matchPaths": ["test/**"],
Expand Down

0 comments on commit 92840f2

Please sign in to comment.