Skip to content

Commit

Permalink
chore(deps): Update renovate
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate <[email protected]>
  • Loading branch information
Renovate committed Dec 15, 2024
1 parent cf52bc1 commit c686bb4
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@936628dfbff213ab2eb95033c5e123cfcaf09ebb' # v41.0.5
uses: 'renovatebot/github-action@e3a862510f27d57a380efb11f0b52ad7e8dbf213' # v41.0.6
with:
# yamllint disable-line rule:line-length
# renovate self-update: datasource=docker depName=renovatebot/renovate registryUrl=https://ghcr.io
renovate-version: '39.57.4'
renovate-version: '39.69.2'
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@39.57.4
npm install renovate@39.69.2
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 @@ -211,7 +211,7 @@ repos:
- 'pre-commit'

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

0 comments on commit c686bb4

Please sign in to comment.