Skip to content

Commit 75e0931

Browse files
committed
ci(renovate): handle dprint plugin updates
1 parent c14eb63 commit 75e0931

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/renovate.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:base",
5+
"github>kachick/renovate-config-dprint#1.3.0",
6+
"github>kachick/renovate-config-dprint:self",
57
":prConcurrentLimit20",
68
":preserveSemverRanges",
79
":semanticPrefixChore"

.lefthook.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,7 @@ pre-commit:
3232
update-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:

0 commit comments

Comments
 (0)