Setup renovate (#49)

This commit is contained in:
Jonas Plum
2022-03-29 15:49:14 +02:00
committed by GitHub
parent 2158899983
commit 9c8ed2a089

32
.github/renovate.json vendored Normal file
View File

@@ -0,0 +1,32 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"datasources": [
"go"
],
"extends": [
":automergeMinor",
":automergePr"
],
"postUpdateOptions": [
"gomodTidy"
]
},
{
"datasources": [
"npm"
],
"groupName": "npm",
"schedule": ["after 9pm on sunday"]
}
],
"assignees": [
"cugu"
],
"ignoreDeps": [
"sass-loader"
]
}