Skip to content

Commit

Permalink
Merge pull request #675 from sscheib/renovate/renovate
Browse files Browse the repository at this point in the history
chore(deps): Update renovate
  • Loading branch information
sscheib authored Nov 10, 2024
2 parents 4cb86cf + 93458bd commit 956ae50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,11 +284,11 @@ jobs:
echo RENOVATE_AUTOMATION_HUB_AUTH_TOKEN="${bearerToken}" >> "${GITHUB_ENV}"
- name: 'Run Renovate'
uses: 'renovatebot/github-action@80eaf969abf68ad62aa94d9ab392421b31621634' # v40.3.4
uses: 'renovatebot/github-action@67a664fc9b4481b33a3eff6ee9edfb7a7b9dfa1e' # v41.0.2
with:
# yamllint disable-line rule:line-length
# renovate self-update: datasource=docker depName=renovatebot/renovate registryUrl=https://ghcr.io
renovate-version: '38.142.5'
renovate-version: '39.9.1'
configurationFile: '.github/renovate_global.js'
token: '${{ secrets.RENOVATE_TOKEN }}'
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate_configuration_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:
};
# renovate: datasource=npm
npm install renovate@38.142.5
npm install renovate@39.9.1
npx --yes --package renovate -- renovate-config-validator --strict || exit 1
...
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ repos:
- 'pre-commit'

- repo: 'https://github.com/renovatebot/pre-commit-hooks'
rev: '38.142.5'
rev: '39.9.1'
hooks:
- id: 'renovate-config-validator'
verbose: true
Expand Down

0 comments on commit 956ae50

Please sign in to comment.