Skip to content

Commit 76db175

Browse files
authored
Merge pull request #29 from scop/ci/renovate
ci: switch base tooling updates to Renovate
2 parents b75601b + 75e0931 commit 76db175

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

.github/dependabot.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/renovate.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
}

.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)