File tree Expand file tree Collapse file tree 3 files changed +17
-11
lines changed
Expand file tree Collapse file tree 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:
3232update-tools :
3333 commands :
3434 dprint :
35- priority : 1
3635 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
4136 shellcheck :
4237 run : wrun generate shellcheck >.lefthook/wrun-args-shellcheck.txt
4338 shfmt :
You can’t perform that action at this time.
0 commit comments