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:
Michael Kriese 2023-07-12 14:19:26 +02:00 committed by GitHub
parent 15c94446ef
commit 89ff8f7bf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 32 deletions

11
.github/renovate.json vendored
View file

@ -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"
}
]
}