Renovate: Update all non-major dependencies

This commit is contained in:
Renovate Bot 2025-01-16 09:09:39 +00:00 committed by Sven Seeberg
parent 4e4da163e5
commit 2c8dc29beb
3 changed files with 7 additions and 7 deletions

View file

@ -31,7 +31,7 @@ repos:
hooks:
- id: shellcheck
- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.4
rev: v8.23.1
hooks:
- id: gitleaks
- repo: local
@ -41,7 +41,7 @@ repos:
entry: python build/check-ssh-keys.py
language: python
files: ^pillars/users/.+\.sls$
additional_dependencies: ['pyyaml==6.0.1'] # Renovate can't parse it, yet https://github.com/renovatebot/renovate/issues/20780 # TODO
additional_dependencies: ['pyyaml==6.0.2'] # Renovate can't parse it, yet https://github.com/renovatebot/renovate/issues/20780 # TODO
- id: prettier # Copied from https://github.com/pre-commit/mirrors-prettier/ instead of referencing it to not rely on their published Prettier versions
name: Prettier