Skip to content

Commit 49dec09

Browse files
fix(deps): update renovate docker tag to v43.120.2
1 parent b0855ea commit 49dec09

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

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": "43.118.0"
48+
"renovate": "43.120.2"
4949
},
5050
"devDependencies": {
5151
"@backstage/backend-test-utils": "^1.10.2",

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: 43.118.0
35+
tag: latest # default: 43.120.2
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: '43.118.0'
22+
* Default: '43.120.2'
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 = '43.118.0';
10+
const imageTag = '43.120.2';
1111

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

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11838,7 +11838,7 @@ __metadata:
1183811838
"@types/find-up": "npm:^4.0.0"
1183911839
"@types/jest": "npm:^29.5.12"
1184011840
find-up: "npm:^5.0.0"
11841-
renovate: "npm:43.118.0"
11841+
renovate: "npm:43.120.2"
1184211842
languageName: unknown
1184311843
linkType: soft
1184411844

@@ -31222,9 +31222,9 @@ __metadata:
3122231222
languageName: node
3122331223
linkType: hard
3122431224

31225-
"renovate@npm:43.118.0":
31226-
version: 43.118.0
31227-
resolution: "renovate@npm:43.118.0"
31225+
"renovate@npm:43.120.2":
31226+
version: 43.120.2
31227+
resolution: "renovate@npm:43.120.2"
3122831228
dependencies:
3122931229
"@aws-sdk/client-codecommit": "npm:3.1021.0"
3123031230
"@aws-sdk/client-ec2": "npm:3.1021.0"
@@ -31356,7 +31356,7 @@ __metadata:
3135631356
bin:
3135731357
renovate: dist/renovate.js
3135831358
renovate-config-validator: dist/config-validator.js
31359-
checksum: 10c0/b20ff50218f4199c5fcf7974a90e8f5eab40ea5f03b9556d72113395a7877bb0548a2798bf0a88ed2b705b0881442d23987ea6d606c02d6f80257b7f8dd97ab1
31359+
checksum: 10c0/e55dbc4a4d01d6dff727aff7d4c104b9b1053bdde6f2362d6443ff129a92cb7d4a1a5b74e21340402487837edf85fcd1db124bf40dbd5cd0097838ba789b8afb
3136031360
languageName: node
3136131361
linkType: hard
3136231362

0 commit comments

Comments
 (0)