Skip to content

Commit cf7a027

Browse files
committed
chore: Update from '_rust/main'
2 parents c0a1814 + 8c836ea commit cf7a027

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/renovate.json5

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{
3232
commitMessageTopic: 'MSRV',
3333
matchManagers: [
34-
'regex',
34+
'custom.regex',
3535
],
3636
matchPackageNames: [
3737
'rust',

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exclude: |
55
)$
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.4.0
8+
rev: v4.5.0
99
hooks:
1010
- id: check-yaml
1111
stages: [commit]
@@ -20,7 +20,7 @@ repos:
2020
- id: detect-private-key
2121
stages: [commit]
2222
- repo: https://github.com/crate-ci/typos
23-
rev: v1.16.3
23+
rev: v1.16.20
2424
hooks:
2525
- id: typos
2626
stages: [commit]

0 commit comments

Comments
 (0)