mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 09:22:36 +00:00
chore(config): migrate renovate config (#936)
* chore(config): migrate config .github/renovate.json * Apply suggestions from code review --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
parent
9e4d256200
commit
39633a9695
1 changed files with 4 additions and 4 deletions
8
.github/renovate.json
vendored
8
.github/renovate.json
vendored
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue