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 264985e commit e1e874dCopy full SHA for e1e874d
2 files changed
.github/workflows/renovate.yml
@@ -12,7 +12,7 @@ jobs:
12
RENOVATE_PLATFORM: github
13
RENOVATE_REPOSITORIES: '["${{ github.repository }}"]'
14
RENOVATE_REPOSITORY_CACHE: enabled
15
- image: ghcr.io/renovatebot/renovate:39.156.1@sha256:33153a313777d4640e37dccdac5ec67263c00edd5d470748599eba25790dea93
+ image: ghcr.io/renovatebot/renovate:39.259.0@sha256:9090f91e0f3f4212001a2faf2c89921d0016778c2d55e143d826c08c1bbb062e
16
options: "--user root"
17
runs-on: ubuntu-24.04
18
steps:
.pre-commit-config.yaml
@@ -29,7 +29,7 @@ repos:
29
files: .pre-commit-config.yaml
30
- id: trailing-whitespace
31
- repo: https://github.com/renovatebot/pre-commit-hooks
32
- rev: 39.156.1
+ rev: 39.259.0
33
hooks:
34
- id: renovate-config-validator
35
- repo: local
0 commit comments