Skip to content

Commit a8b94c1

Browse files
fix(deps): update renovate docker tag to v41.81.5 (#793)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: secustor <sebastian@poxhofer.at>
1 parent 01a41bd commit a8b94c1

File tree

6 files changed

+906
-1009
lines changed

6 files changed

+906
-1009
lines changed

.changeset/twenty-beers-begin.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': minor
3+
'@secustor/backstage-plugin-renovate-backend-module-runtime-docker': minor
4+
---
5+
6+
Update Renovate to v41.81.5

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

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

0 commit comments

Comments
 (0)