Skip to content

Commit

Permalink
fix(deps): update renovate docker tag to v39.62.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 7f00454 commit 938c7c5
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.60.0"
"renovate": "39.62.1"
},
"devDependencies": {
"@backstage/backend-test-utils": "^1.1.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.60.0
tag: latest # default: 39.62.1
```
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.60.0'
* Default: '39.62.1'
*/
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.60.0';
const imageTag = '39.62.1';

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 @@ -11873,7 +11873,7 @@ __metadata:
"@types/find-up": "npm:^4.0.0"
"@types/jest": "npm:^29.5.12"
find-up: "npm:^5.0.0"
renovate: "npm:39.60.0"
renovate: "npm:39.62.1"
languageName: unknown
linkType: soft

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

"renovate@npm:39.60.0":
version: 39.60.0
resolution: "renovate@npm:39.60.0"
"renovate@npm:39.62.1":
version: 39.62.1
resolution: "renovate@npm:39.62.1"
dependencies:
"@aws-sdk/client-codecommit": "npm:3.699.0"
"@aws-sdk/client-ec2": "npm:3.701.0"
Expand Down Expand Up @@ -33757,7 +33757,7 @@ __metadata:
bin:
renovate: dist/renovate.js
renovate-config-validator: dist/config-validator.js
checksum: 10c0/a0554683376935892d6c41d6d5b8d5be716022f0196c42630286c2bdb1e67b3580d1ef679a1a5768c1b98f40f1056b3399d9612c05b1bde2ae035fecdbfbf894
checksum: 10c0/9c1398d780c8673219f4eb10dbc7a9ac624c24eb65187385ad8d77206e76ff1730102bb9ac234b7b43dbd60346d7b4d7ca379a7ddd9ad6878e98f296d5b4d00a
languageName: node
linkType: hard

Expand Down

0 comments on commit 938c7c5

Please sign in to comment.