Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 11, 2024
1 parent 695870e commit a6a2f59
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>descope-sample-apps/renovate-config"],
"extends": [
"local>descope-sample-apps/renovate-config"
],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^.*$"],
"matchStrings": ["unpkg.com/(?<depName>.*)@(?<currentValue>[^/]*)"],
"fileMatch": [
"^.*$"
],
"matchStrings": [
"unpkg.com/(?<depName>.*)@(?<currentValue>[^/]*)"
],
"datasourceTemplate": "npm"
}
],
"packageRules": [
{
"matchPackagePrefixes": ["@descope/"],
"matchPackagePrefixes": [
"@descope/"
],
"followTag": "latest",
"stabilityDays": 0
"minimumReleaseAge": null
}
]
}

0 comments on commit a6a2f59

Please sign in to comment.