mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 01:12:35 +00:00
feat!: drop useSlim and use `latest' tag (#782)
BREAKING CHANGE: The action now uses the slim renovate version by default.
This commit is contained in:
parent
15c94446ef
commit
89ff8f7bf9
5 changed files with 15 additions and 32 deletions
11
.github/renovate.json
vendored
11
.github/renovate.json
vendored
|
|
@ -29,11 +29,6 @@
|
|||
"description": "Use ci semantic type for some deps",
|
||||
"matchFileNames": [".github/workflows/**"],
|
||||
"semanticCommitType": "ci"
|
||||
},
|
||||
{
|
||||
"description": "Use slim tags for renovate",
|
||||
"matchDepNames": ["renovate"],
|
||||
"extractVersion": "^(?<version>\\d+\\.\\d+\\.\\d+)-slim$"
|
||||
}
|
||||
],
|
||||
"regexManagers": [
|
||||
|
|
@ -44,6 +39,12 @@
|
|||
],
|
||||
"depNameTemplate": "renovatebot/github-action",
|
||||
"datasourceTemplate": "github-releases"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["^README\\.md$"],
|
||||
"matchStrings": ["renovate-version: (?<currentValue>[^\\s]+)"],
|
||||
"depNameTemplate": "ghcr.io/renovatebot/renovate",
|
||||
"datasourceTemplate": "docker"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue