Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and wolfgangwalther committed Dec 7, 2024
1 parent 814def4 commit 3a088ca
Showing 1 changed file with 25 additions and 7 deletions.
32 changes: 25 additions & 7 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,43 @@
],
"packageRules": [
{
"matchFiles": ["package.json"],
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["patch", "minor"],
"matchFileNames": [
"package.json"
],
"matchDepTypes": [
"devDependencies"
],
"matchUpdateTypes": [
"patch",
"minor"
],
"groupName": "devDependencies"
},
{
"matchPackageNames": ["@vue/test-utils"],
"matchPackageNames": [
"@vue/test-utils"
],
"allowedVersions": "<2.0.0"
},
{
"matchPackageNames": ["vue"],
"matchPackageNames": [
"vue"
],
"allowedVersions": "<3.0.0"
},
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
}
],
"postUpdateOptions": ["yarnDedupeHighest"],
"postUpdateOptions": [
"yarnDedupeHighest"
],
"lockFileMaintenance": {
"enabled": true
},
Expand Down

0 comments on commit 3a088ca

Please sign in to comment.