fix(config): migrate config renovate.json
Build and publish container / build (pull_request) Successful in 4m49s
Build and publish container / build (pull_request) Successful in 4m49s
This commit is contained in:
+9
-3
@@ -10,7 +10,9 @@
|
||||
"semanticCommitType": "fix",
|
||||
"semanticCommitScope": "deps",
|
||||
"github-actions": {
|
||||
"fileMatch": ["^\\.gitea/workflows/[^/]+\\.ya?ml$"]
|
||||
"managerFilePatterns": [
|
||||
"/^\\.gitea/workflows/[^/]+\\.ya?ml$/"
|
||||
]
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
@@ -23,7 +25,9 @@
|
||||
{
|
||||
"customType": "regex",
|
||||
"description": "Update HTML dependencies annotated with a renovate comment, e.g. <!-- renovate: datasource=npm depName=bootstrap --> before the versioned URL",
|
||||
"fileMatch": ["\\.html$"],
|
||||
"managerFilePatterns": [
|
||||
"/\\.html$/"
|
||||
],
|
||||
"matchStrings": [
|
||||
"datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>\\S+))?[\\s\\S]*?(?<currentValue>v?\\d+\\.\\d+\\.\\d+[\\w.-]*)"
|
||||
]
|
||||
@@ -31,7 +35,9 @@
|
||||
{
|
||||
"customType": "regex",
|
||||
"description": "Auto-detect versioned jsDelivr / unpkg npm assets in HTML",
|
||||
"fileMatch": ["\\.html$"],
|
||||
"managerFilePatterns": [
|
||||
"/\\.html$/"
|
||||
],
|
||||
"matchStrings": [
|
||||
"https://cdn\\.jsdelivr\\.net/npm/(?<depName>@?[^@/]+(?:/[^@/]+)?)@(?<currentValue>\\d[^/\"']+)",
|
||||
"https://unpkg\\.com/(?<depName>@?[^@/]+(?:/[^@/]+)?)@(?<currentValue>\\d[^/\"']+)"
|
||||
|
||||
Reference in New Issue
Block a user