mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-25 00:13:11 +01:00
33 lines
603 B
JSON
33 lines
603 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|