Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Jun 28, 2024
1 parent 3b981ac commit 7bfff53
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,37 +19,31 @@
"assignAutomerge": true,
"assigneesFromCodeOwners": true,
"commitBodyTable": true,
"commitMessageAction": "bump",
"commitMessageExtra": "from {{#if currentValue}}{{{currentValue}}}{{else}}{{{currentDigestShort}}}{{/if}} to {{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isSingleVersion}}{{prettyNewVersion}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}",
"commitMessageTopic": "{{depName}}",
"dependencyDashboardAutoclose": true,
"prConcurrentLimit": 3,
"reviewersFromCodeOwners": true,
"packageRules": [
{
"matchDepTypes": [
"dependencies",
"require"
],
"labels": [
"dependencies",
"semver:patch"
]
"matchDepTypes": ["dependencies", "require"],
"labels": ["dependencies", "semver:patch"]
},
{
"matchManagers": [
"custom.regex"
],
"matchManagers": ["custom.regex"],
"pinDigests": false
},
{
"matchDepTypes": ["packageManager"],
"commitMessageExtra": "from {{{currentVersion}}} to {{{newValue}}}"
}
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"(^|/)\\.npmrc$"
],
"matchStrings": [
"use-node-version=(?<currentValue>.*?)\\n"
],
"fileMatch": ["(^|/)\\.npmrc$"],
"matchStrings": ["use-node-version=(?<currentValue>.*?)\\n"],
"depNameTemplate": "node",
"datasourceTemplate": "node-version"
}
Expand Down

0 comments on commit 7bfff53

Please sign in to comment.