Skip to content

Commit 007b9bf

Browse files
fix(deps): update renovate docker tag to v41.169.4
1 parent fc6cdc7 commit 007b9bf

File tree

5 files changed

+1181
-1488
lines changed

5 files changed

+1181
-1488
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.149.2"
48+
"renovate": "41.169.4"
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.149.2
35+
tag: latest # default: 41.169.4
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.149.2'
22+
* Default: '41.169.4'
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.149.2';
10+
const imageTag = '41.169.4';
1111

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

0 commit comments

Comments
 (0)