Skip to content

Commit

Permalink
feat(renovate): remove custom yarn upgrade
Browse files Browse the repository at this point in the history
Updating `yarn` binaries finally supported as of renovatebot/renovate#12088
  • Loading branch information
latipun7 committed Nov 1, 2021
1 parent 97c0ca0 commit 138e995
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions configs/renovate/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,32 +64,7 @@
}
},

"regexManagers": [
{
"description": "Add manager for updating yarn berry",
"fileMatch": ["^package\\.json"],
"matchStrings": [
"\"packageManager\":\\s*\"(?<depName>.*)@(?<currentValue>.*)\""
],
"lookupNameTemplate": "@yarnpkg/cli",
"datasourceTemplate": "npm",
"versioningTemplate": "semver"
}
],

"packageRules": [
{
"description": "Run commands before commiting custom regexManager",
"matchManagers": ["regex"],
"matchPackageNames": ["yarn"],
"semanticCommitType": "build",
"semanticCommitScope": "yarn",
"postUpgradeTasks": {
"commands": ["yarn set version latest", "yarn"],
"fileFilters": ["**/**"],
"executionMode": "branch"
}
},
{
"description": "Github Actions commits and 'v' prefix workaround",
"matchDepTypes": ["action"],
Expand Down

0 comments on commit 138e995

Please sign in to comment.