We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb777d5 + 848dcec commit 23500a4Copy full SHA for 23500a4
2 files changed
.github/renovate.json5
@@ -2,9 +2,11 @@
2
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
3
enabledManagers: [
4
'gitlabci',
5
+ 'pre-commit',
6
],
7
extends: [
8
'config:best-practices',
9
+ ':enablePreCommit',
10
11
automergeStrategy: 'merge-commit',
12
dependencyDashboardTitle: 'Renovate Dashboard',
@@ -22,5 +24,15 @@
22
24
'patch',
23
25
26
},
27
+ {
28
+ groupName: 'pre-commit hook minor/patch',
29
+ matchManagers: [
30
31
+ ],
32
+ matchUpdateTypes: [
33
+ 'minor',
34
+ 'patch'
35
36
+ },
37
38
}
.pre-commit-config.yaml
@@ -75,7 +75,7 @@ repos:
75
- id: salt-lint
76
name: Check Salt files using salt-lint
77
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
78
- - repo: https://github.com/myint/rstcheck
+ - repo: https://github.com/rstcheck/rstcheck
79
rev: v6.2.0
80
hooks:
81
- id: rstcheck
0 commit comments