We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b371f8 + 8c836ea commit d3870dfCopy full SHA for d3870df
.github/renovate.json5
@@ -29,7 +29,7 @@
29
{
30
commitMessageTopic: 'MSRV',
31
matchManagers: [
32
- 'regex',
+ 'custom.regex',
33
],
34
matchPackageNames: [
35
'rust',
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
+ rev: v4.5.0
4
hooks:
5
- id: check-yaml
6
stages: [commit]
@@ -15,7 +15,7 @@ repos:
15
- id: detect-private-key
16
17
- repo: https://github.com/crate-ci/typos
18
- rev: v1.16.3
+ rev: v1.16.20
19
20
- id: typos
21
0 commit comments