Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions renovate.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: renovate
version: "42.68.4"
version: "42.71.4"
epoch: 0 # GHSA-5j98-mcp5-4vw2
description: "Automated dependency updates. Multi-platform and multi-language."
copyright:
Expand Down Expand Up @@ -31,7 +31,7 @@ pipeline:
with:
repository: https://github.com/renovatebot/renovate
tag: ${{package.version}}
expected-commit: 51d097e1b4eb0d313e2df854e024dd5e9fe9cf77
expected-commit: 2d88578fdc78a07f97151c1aada808175219b9c2

- runs: |
sed -i 's/"version": "0.0.0-semantic-release"/"version": "${{package.version}}"/' package.json
Expand Down Expand Up @@ -75,6 +75,7 @@ test:
environment:
contents:
packages:
- go
- npm
pipeline:
- name: Verify renovate version
Expand Down
Loading