chore(config): migrate config .github/renovate.json

This commit is contained in:
renovate[bot] 2025-05-07 09:16:49 +00:00 committed by GitHub
parent 005e0cc21a
commit 676753962d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,7 +55,7 @@
"customManagers": [ "customManagers": [
{ {
"customType": "regex", "customType": "regex",
"fileMatch": ["^README\\.md$"], "managerFilePatterns": ["/^README\\.md$/"],
"matchStrings": [ "matchStrings": [
"uses: renovatebot/github-action@(?<currentValue>[^\\s]+)" "uses: renovatebot/github-action@(?<currentValue>[^\\s]+)"
], ],
@ -64,7 +64,7 @@
}, },
{ {
"customType": "regex", "customType": "regex",
"fileMatch": ["^README\\.md$"], "managerFilePatterns": ["/^README\\.md$/"],
"matchStrings": ["renovate-version: (?<currentValue>[^\\s]+)"], "matchStrings": ["renovate-version: (?<currentValue>[^\\s]+)"],
"depNameTemplate": "ghcr.io/renovatebot/renovate", "depNameTemplate": "ghcr.io/renovatebot/renovate",
"datasourceTemplate": "docker" "datasourceTemplate": "docker"
@ -72,7 +72,7 @@
{ {
"description": "Update renovate version in action.yml", "description": "Update renovate version in action.yml",
"customType": "regex", "customType": "regex",
"fileMatch": ["^action\\.yml$"], "managerFilePatterns": ["/^action\\.yml$/"],
"matchStrings": ["default: '(?<currentValue>[^\\s]+)' # renovate"], "matchStrings": ["default: '(?<currentValue>[^\\s]+)' # renovate"],
"depNameTemplate": "ghcr.io/renovatebot/renovate", "depNameTemplate": "ghcr.io/renovatebot/renovate",
"datasourceTemplate": "docker" "datasourceTemplate": "docker"
@ -80,7 +80,7 @@
{ {
"description": "Update renovate version in src/docker.ts", "description": "Update renovate version in src/docker.ts",
"customType": "regex", "customType": "regex",
"fileMatch": ["^src/docker\\.ts$"], "managerFilePatterns": ["/^src/docker\\.ts$/"],
"matchStrings": ["version = '(?<currentValue>[^\\s]+)'; // renovate"], "matchStrings": ["version = '(?<currentValue>[^\\s]+)'; // renovate"],
"depNameTemplate": "ghcr.io/renovatebot/renovate", "depNameTemplate": "ghcr.io/renovatebot/renovate",
"datasourceTemplate": "docker" "datasourceTemplate": "docker"