File tree 3 files changed +17
-11
lines changed 3 files changed +17
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
+ "extends" : [
4
+ " config:base" ,
5
+ " github>kachick/renovate-config-dprint#1.3.0" ,
6
+ " github>kachick/renovate-config-dprint:self" ,
7
+ " :prConcurrentLimit20" ,
8
+ " :preserveSemverRanges" ,
9
+ " :semanticPrefixChore"
10
+ ],
11
+ "ignorePresets" : [
12
+ " :dependencyDashboard" ,
13
+ " :semanticPrefixFixDepsChoreOthers"
14
+ ],
15
+ "semanticCommits" : " enabled" ,
16
+ "commitMessageTopic" : " {{depName}}"
17
+ }
Original file line number Diff line number Diff line change @@ -32,12 +32,7 @@ pre-commit:
32
32
update-tools :
33
33
commands :
34
34
dprint :
35
- priority : 1
36
35
run : wrun generate github dprint >.lefthook/wrun-args-dprint.txt
37
- dprint-plugins :
38
- env :
39
- WRUN_ARGS_FILE : .lefthook/wrun-args-dprint.txt
40
- run : wrun -- config update
41
36
shellcheck :
42
37
run : wrun generate shellcheck >.lefthook/wrun-args-shellcheck.txt
43
38
shfmt :
You can’t perform that action at this time.
0 commit comments