mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-27 12:43:37 +00:00
Update renovate.json
This commit is contained in:
parent
b025b6e415
commit
817c635096
1 changed files with 3 additions and 6 deletions
9
.github/renovate.json
vendored
9
.github/renovate.json
vendored
|
|
@ -66,8 +66,7 @@
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"fileMatch": ["^README\\.md$"],
|
"fileMatch": ["^README\\.md$"],
|
||||||
"matchStrings": ["renovate-version: (?<currentValue>[^\\s]+)"],
|
"matchStrings": ["renovate-version: (?<currentValue>[^\\s]+)"],
|
||||||
"depNameTemplate": "renovate",
|
"depNameTemplate": "ghcr.io/renovatebot/renovate",
|
||||||
"packageNameTemplate": "ghcr.io/renovatebot/renovate",
|
|
||||||
"datasourceTemplate": "docker"
|
"datasourceTemplate": "docker"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -75,8 +74,7 @@
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"fileMatch": ["^action\\.yml$"],
|
"fileMatch": ["^action\\.yml$"],
|
||||||
"matchStrings": ["default: '(?<currentValue>[^\\s]+)' # renovate"],
|
"matchStrings": ["default: '(?<currentValue>[^\\s]+)' # renovate"],
|
||||||
"depNameTemplate": "renovate",
|
"depNameTemplate": "ghcr.io/renovatebot/renovate",
|
||||||
"packageNameTemplate": "ghcr.io/renovatebot/renovate",
|
|
||||||
"datasourceTemplate": "docker"
|
"datasourceTemplate": "docker"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -84,8 +82,7 @@
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"fileMatch": ["^src/docker\\.ts$"],
|
"fileMatch": ["^src/docker\\.ts$"],
|
||||||
"matchStrings": ["version = '(?<currentValue>[^\\s]+)'; // renovate"],
|
"matchStrings": ["version = '(?<currentValue>[^\\s]+)'; // renovate"],
|
||||||
"depNameTemplate": "renovate",
|
"depNameTemplate": "ghcr.io/renovatebot/renovate",
|
||||||
"packageNameTemplate": "ghcr.io/renovatebot/renovate",
|
|
||||||
"datasourceTemplate": "docker"
|
"datasourceTemplate": "docker"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue