We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0e57c commit f4525c0Copy full SHA for f4525c0
.github/workflows/renovate.yml
@@ -19,7 +19,7 @@ jobs:
19
RENOVATE_PLATFORM: github
20
RENOVATE_REPOSITORIES: '["${{ github.repository }}"]'
21
RENOVATE_REPOSITORY_CACHE: enabled
22
- image: ghcr.io/renovatebot/renovate:41.1.1@sha256:9739f3518dd23c1ea73994542cf951f42971a24d61a1d3f6139aec5f2500f7d6
+ image: ghcr.io/renovatebot/renovate:42.18.0@sha256:85cd9f97416c8e1efc89fbc5dec1a51965026986b3e2623036c0ea60f88f7535
23
options: --user root
24
runs-on: ubuntu-24.04
25
steps:
.pre-commit-config.yaml
@@ -94,7 +94,7 @@ repos:
94
95
# Check for renovate config
96
- repo: https://github.com/renovatebot/pre-commit-hooks
97
- rev: 41.1.1
+ rev: 42.18.0
98
hooks:
99
- id: renovate-config-validator
100
stages: [manual]
0 commit comments