File tree Expand file tree Collapse file tree 5 files changed +273
-979
lines changed
renovate-backend-module-runtime-direct
renovate-backend-module-runtime-docker Expand file tree Collapse file tree 5 files changed +273
-979
lines changed Original file line number Diff line number Diff line change 4545 "@secustor/backstage-plugin-renovate-common" : " workspace:^" ,
4646 "@secustor/backstage-plugin-renovate-node" : " workspace:^" ,
4747 "find-up" : " ^5.0.0" ,
48- "renovate" : " 41.81.5 "
48+ "renovate" : " 41.93.3 "
4949 },
5050 "devDependencies" : {
5151 "@backstage/backend-test-utils" : " ^1.8.0" ,
Original file line number Diff line number Diff line change @@ -32,5 +32,5 @@ renovate:
3232
3333 # all values are option and can be used to overwrite the default values
3434 image : registry.example.com/renovate/renovate # default: 'ghcr.io/renovatebot/renovate'
35- tag : latest # default: 41.81.5
35+ tag : latest # default: 41.93.3
3636` ` `
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export interface Config {
1919
2020 /**
2121 * The Docker image tag to use
22- * Default: '41.81.5 '
22+ * Default: '41.93.3 '
2323 */
2424 tag : string ;
2525 } ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import Docker from 'dockerode';
77import { PassThrough } from 'stream' ;
88
99const imageRepository = 'ghcr.io/renovatebot/renovate' ;
10- const imageTag = '41.81.5 ' ;
10+ const imageTag = '41.93.3 ' ;
1111
1212export class DockerRuntime implements RenovateWrapper {
1313 #runner: Docker ;
You can’t perform that action at this time.
0 commit comments