mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-06 15:22:47 +01:00
Setup renovate (#49)
This commit is contained in:
32
.github/renovate.json
vendored
Normal file
32
.github/renovate.json
vendored
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user