Browse Source

feat(tool): Setup renovate

Signed-off-by: jld3103 <jld3103yt@gmail.com>
pull/611/head
jld3103 1 year ago
parent
commit
759dbd07da
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 10
      .github/renovate.json

10
.github/renovate.json

@ -0,0 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices"
],
"labels": [
"dependencies"
],
"rangeStrategy": "bump"
}
Loading…
Cancel
Save