Browse Source

feat(ci): Enable renovate lockfile maintenance

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

3
.github/renovate.json

@ -7,6 +7,9 @@
"dependencies"
],
"rangeStrategy": "bump",
"lockFileMaintenance": {
"enabled": true
},
"packageRules": [
{
"groupName": "built_value",

Loading…
Cancel
Save