Skip to content

Commit

Permalink
Merge pull request #29 from scop/ci/renovate
Browse files Browse the repository at this point in the history
ci: switch base tooling updates to Renovate
  • Loading branch information
scop authored Dec 20, 2024
2 parents b75601b + 75e0931 commit 76db175
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yaml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"github>kachick/renovate-config-dprint#1.3.0",
"github>kachick/renovate-config-dprint:self",
":prConcurrentLimit20",
":preserveSemverRanges",
":semanticPrefixChore"
],
"ignorePresets": [
":dependencyDashboard",
":semanticPrefixFixDepsChoreOthers"
],
"semanticCommits": "enabled",
"commitMessageTopic": "{{depName}}"
}
5 changes: 0 additions & 5 deletions .lefthook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,7 @@ pre-commit:
update-tools:
commands:
dprint:
priority: 1
run: wrun generate github dprint >.lefthook/wrun-args-dprint.txt
dprint-plugins:
env:
WRUN_ARGS_FILE: .lefthook/wrun-args-dprint.txt
run: wrun -- config update
shellcheck:
run: wrun generate shellcheck >.lefthook/wrun-args-shellcheck.txt
shfmt:
Expand Down

0 comments on commit 76db175

Please sign in to comment.