Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Jun 27, 2024
1 parent 3b981ac commit 0c88bbf
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,31 +25,23 @@
"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
},
{
"matchDepNames": ["@vercel/ncc"],
"replacementVersion": "{{{currentValue}}}-1"
}
],
"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 0c88bbf

Please sign in to comment.