Skip to content

Commit

Permalink
build(renovate): nvm with node
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime committed Nov 12, 2023
1 parent 53b9af0 commit 35e15e9
Showing 1 changed file with 18 additions and 20 deletions.
38 changes: 18 additions & 20 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,26 +38,12 @@
"enabled": false
},
{
"matchFileNames": [
".circleci/config.yml"
],
"semanticCommitScope": "root",
"additionalBranchPrefix": "root/"
},
{
"matchFileNames": ["e2e/a5es5/package.json", "e2e/a5es2015/package.json"],
"additionalBranchPrefix": "e2e/a5/"
},
{
"matchFileNames": [
"**"
],
"matchPackageNames": [
"satantime/puppeteer-node",
"@types/node",
"nodejs/node"
],
"allowedVersions": "/^\\d*[02468]\\./",
"allowedVersions": "/^[^0-9]*\\d*[02468]\\./",
"branchTopic": "node-{{{newMajor}}}{{#if separateMinorPatch}}{{#if isPatch}}.{{{newMinor}}}{{/if}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}"
},
{
Expand All @@ -75,6 +61,21 @@
],
"branchTopic": "jasmine-{{{newMajor}}}{{#if separateMinorPatch}}{{#if isPatch}}.{{{newMinor}}}{{/if}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}"
},
{
"matchFileNames": [
".circleci/config.yml"
],
"semanticCommitScope": "root",
"additionalBranchPrefix": "root/"
},
{
"matchFileNames": [
"e2e/a5es5/*",
"e2e/a5es2015/*"
],
"semanticCommitScope": "e2e/a5",
"additionalBranchPrefix": "e2e/a5/"
},
{
"matchFileNames": [
".circleci/config.yml",
Expand Down Expand Up @@ -115,20 +116,17 @@
"typescript",
"zone.js"
],
"major": {
"enabled": false
},
"minor": {
"enabled": false
}
},
{
"matchFileNames": ["e2e/a5es5/package.json", "e2e/a5es2015/package.json"],
"matchFileNames": ["e2e/a5es5/*", "e2e/a5es2015/*"],
"matchPackageNames": ["@types/jasmine", "jasmine-core"],
"allowedVersions": "<=2.8.9"
},
{
"matchFileNames": ["e2e/a5es5/package.json", "e2e/a5es2015/package.json"],
"matchFileNames": ["e2e/a5es5/*", "e2e/a5es2015/*"],
"matchPackageNames": ["@types/node"],
"allowedVersions": "<=6.14.10"
},
Expand Down

0 comments on commit 35e15e9

Please sign in to comment.