Skip to content

Commit 9f7e690

Browse files
fix(deps): update renovate docker tag to v41.93.3
1 parent d270329 commit 9f7e690

File tree

5 files changed

+273
-979
lines changed

5 files changed

+273
-979
lines changed

plugins/renovate-backend-module-runtime-direct/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
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",

plugins/renovate-backend-module-runtime-docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

plugins/renovate-backend-module-runtime-docker/config.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
};

plugins/renovate-backend-module-runtime-docker/src/runtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Docker from 'dockerode';
77
import { PassThrough } from 'stream';
88

99
const imageRepository = 'ghcr.io/renovatebot/renovate';
10-
const imageTag = '41.81.5';
10+
const imageTag = '41.93.3';
1111

1212
export class DockerRuntime implements RenovateWrapper {
1313
#runner: Docker;

0 commit comments

Comments
 (0)