diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f6b49139cf1..9da476c31f7 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -31,7 +31,7 @@ { commitMessageTopic: 'MSRV', matchManagers: [ - 'regex', + 'custom.regex', ], matchPackageNames: [ 'rust', diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2a541a9b0c4..d25a8441b40 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ exclude: | )$ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-yaml stages: [commit] @@ -20,7 +20,7 @@ repos: - id: detect-private-key stages: [commit] - repo: https://github.com/crate-ci/typos - rev: v1.16.3 + rev: v1.16.20 hooks: - id: typos stages: [commit]