Renovate: Update all non-major dependencies

This commit is contained in:
Renovate Bot 2025-01-09 09:10:09 +00:00
parent 51cd99622b
commit 74b854fa30
3 changed files with 6 additions and 6 deletions

View file

@ -31,7 +31,7 @@ repos:
hooks:
- id: shellcheck
- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.4
rev: v8.22.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