mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-18 09:52:35 +00:00
chore(release): merge master (9f348f90a0)
This commit is contained in:
commit
e13a994092
2 changed files with 2 additions and 1 deletions
|
|
@ -3,4 +3,5 @@ module.exports = {
|
||||||
prerelease:
|
prerelease:
|
||||||
'if [ "$(git branch --show-current)" != "release" ]; then exit 1; fi',
|
'if [ "$(git branch --show-current)" != "release" ]; then exit 1; fi',
|
||||||
},
|
},
|
||||||
|
commitAll: true,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
class Docker {
|
class Docker {
|
||||||
readonly repository = 'renovate/renovate';
|
readonly repository = 'renovate/renovate';
|
||||||
// renovate: datasource=docker depName=renovate/renovate versioning=docker
|
// renovate: datasource=docker depName=renovate/renovate versioning=docker
|
||||||
readonly tag = '19.236.1-slim';
|
readonly tag = '19.236.3-slim';
|
||||||
readonly tagSuffix = '-slim';
|
readonly tagSuffix = '-slim';
|
||||||
|
|
||||||
image(): string {
|
image(): string {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue