Skip to content

Commit

Permalink
fix(deps): update renovate docker tag to v39.146.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2025
1 parent bf8cb05 commit 80bc59a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@secustor/backstage-plugin-renovate-common": "workspace:^",
"@secustor/backstage-plugin-renovate-node": "workspace:^",
"find-up": "^5.0.0",
"renovate": "39.140.2"
"renovate": "39.146.2"
},
"devDependencies": {
"@backstage/backend-test-utils": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/renovate-backend-module-runtime-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ renovate:

# all values are option and can be used to overwrite the default values
image: registry.example.com/renovate/renovate # default: 'ghcr.io/renovatebot/renovate'
tag: latest # default: 39.140.2
tag: latest # default: 39.146.2
```
2 changes: 1 addition & 1 deletion plugins/renovate-backend-module-runtime-docker/config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface Config {

/**
* The Docker image tag to use
* Default: '39.140.2'
* Default: '39.146.2'
*/
tag: string;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Docker from 'dockerode';
import { PassThrough } from 'stream';

const imageRepository = 'ghcr.io/renovatebot/renovate';
const imageTag = '39.140.2';
const imageTag = '39.146.2';

export class DockerRuntime implements RenovateWrapper {
#runner: Docker;
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11939,7 +11939,7 @@ __metadata:
"@types/find-up": "npm:^4.0.0"
"@types/jest": "npm:^29.5.12"
find-up: "npm:^5.0.0"
renovate: "npm:39.140.2"
renovate: "npm:39.146.2"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -34040,9 +34040,9 @@ __metadata:
languageName: node
linkType: hard

"renovate@npm:39.140.2":
version: 39.140.2
resolution: "renovate@npm:39.140.2"
"renovate@npm:39.146.2":
version: 39.146.2
resolution: "renovate@npm:39.146.2"
dependencies:
"@aws-sdk/client-codecommit": "npm:3.726.1"
"@aws-sdk/client-ec2": "npm:3.726.1"
Expand Down Expand Up @@ -34167,7 +34167,7 @@ __metadata:
bin:
renovate: dist/renovate.js
renovate-config-validator: dist/config-validator.js
checksum: 10c0/ad859f8c9ff784b2a44d3bdd99516d9efe1bd5907174f12fca781450e897c0b32c538623f834f08ef5431f4d4f6932671871bce0fa58e7e193e58c988b6132bf
checksum: 10c0/0ab44aa8b5d0f9618a7b3253dbcfad19d9491d196bd3be2942bcd3591394050eea803cf7663858f41ebedf0494aa28f69c9ce1ae5123cc22bf2dee7cd8764e7b
languageName: node
linkType: hard

Expand Down

0 comments on commit 80bc59a

Please sign in to comment.