Skip to content

Commit

Permalink
fix(deps): update renovate docker tag to v39.62.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 7f00454 commit e61930a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 19 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.4"
},
"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.4
```
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.4'
*/
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.4';

export class DockerRuntime implements RenovateWrapper {
#runner: Docker;
Expand Down
21 changes: 6 additions & 15 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.4"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -32034,15 +32034,6 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:3.4.1":
version: 3.4.1
resolution: "prettier@npm:3.4.1"
bin:
prettier: bin/prettier.cjs
checksum: 10c0/2d6cc3101ad9de72b49c59339480b0983e6ff6742143da0c43f476bf3b5ef88ede42ebd9956d7a0a8fa59f7a5990e8ef03c9ad4c37f7e4c9e5db43ee0853156c
languageName: node
linkType: hard

"prettier@npm:3.4.2":
version: 3.4.2
resolution: "prettier@npm:3.4.2"
Expand Down Expand Up @@ -33631,9 +33622,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.4":
version: 39.62.4
resolution: "renovate@npm:39.62.4"
dependencies:
"@aws-sdk/client-codecommit": "npm:3.699.0"
"@aws-sdk/client-ec2": "npm:3.701.0"
Expand Down Expand Up @@ -33723,7 +33714,7 @@ __metadata:
p-queue: "npm:6.6.2"
p-throttle: "npm:4.1.1"
parse-link-header: "npm:2.0.0"
prettier: "npm:3.4.1"
prettier: "npm:3.4.2"
protobufjs: "npm:7.4.0"
punycode: "npm:2.3.1"
re2: "npm:1.21.4"
Expand Down Expand Up @@ -33757,7 +33748,7 @@ __metadata:
bin:
renovate: dist/renovate.js
renovate-config-validator: dist/config-validator.js
checksum: 10c0/a0554683376935892d6c41d6d5b8d5be716022f0196c42630286c2bdb1e67b3580d1ef679a1a5768c1b98f40f1056b3399d9612c05b1bde2ae035fecdbfbf894
checksum: 10c0/fbc8a9764e5f55aeb78cf3934ec2dc7a496d89585cd313ddb508af3e43ac50f67d570568067ee3a12d364c2e9387e9ccf949da95939d5e438178c5c605f017ec
languageName: node
linkType: hard

Expand Down

0 comments on commit e61930a

Please sign in to comment.