diff --git a/renovate.json b/renovate.json index 5e4e043..e1bcbc6 100644 --- a/renovate.json +++ b/renovate.json @@ -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. before the versioned URL", - "fileMatch": ["\\.html$"], + "managerFilePatterns": [ + "/\\.html$/" + ], "matchStrings": [ "datasource=(?\\S+) depName=(?\\S+)( versioning=(?\\S+))?[\\s\\S]*?(?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/(?@?[^@/]+(?:/[^@/]+)?)@(?\\d[^/\"']+)", "https://unpkg\\.com/(?@?[^@/]+(?:/[^@/]+)?)@(?\\d[^/\"']+)"