Skip to content

Commit

Permalink
Merge pull request #1531 from GrabarzUndPartner/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
ThornWalli authored Jan 14, 2025
2 parents d9b6661 + 79cb0f0 commit 9283d48
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
{
"extends": [
"@nuxtjs",
":semanticCommits"
],
"extends": ["@nuxtjs", ":semanticCommits"],
"packageRules": [
{
"packageNames": [
"node"
],
"matchPackageNames": ["node"],
"major": {
"enabled": true
},
"separateMultipleMajor": true,
"allowedVersions": "^20"
}
],
"baseBranches": [
"main"
],
"baseBranches": ["main"],
"rangeStrategy": "pin"
}
}

0 comments on commit 9283d48

Please sign in to comment.