Skip to content

Commit 59970fb

Browse files
fix(deps): update dependency renovate to v43.118.0 (#1022)
Co-authored-by: secustors-renovate[bot] <273200065+secustors-renovate[bot]@users.noreply.github.com> Co-authored-by: secustor <sebastian@poxhofer.at>
1 parent 25f303c commit 59970fb

6 files changed

Lines changed: 689 additions & 1210 deletions

File tree

.changeset/puny-times-burn.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@secustor/backstage-plugin-renovate-backend-module-runtime-direct': patch
3+
'@secustor/backstage-plugin-renovate-backend-module-runtime-docker': patch
4+
---
5+
6+
Bump Renovate to 43.118.0

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

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

0 commit comments

Comments
 (0)