add: basic renovate.json for gomod and dockerfiles

pull/1416/merge
iwilltry42 1 week ago
parent fbb0526b7e
commit 60e5e11e22
No known key found for this signature in database
GPG Key ID: FD4E78FBAD6B1550
  1. 25
      renovate.json

@ -0,0 +1,25 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"managers": ["gomod"],
"enabled": true,
"paths": [
".",
"docgen",
"tools"
]
},
{
"managers": ["dockerfile"],
"enabled": true,
"paths": [
".",
"tools",
"proxy"
]
}
]
}
Loading…
Cancel
Save