mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-24 16:03:10 +01:00
37 lines
700 B
JSON
37 lines
700 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"datasources": [
|
|
"go"
|
|
],
|
|
"extends": [
|
|
":automergeDigest",
|
|
":automergeMinor",
|
|
":automergePr"
|
|
],
|
|
"postUpdateOptions": [
|
|
"gomodTidy"
|
|
]
|
|
},
|
|
{
|
|
"datasources": [
|
|
"npm"
|
|
],
|
|
"extends": [
|
|
":automergeDigest",
|
|
":automergeMinor",
|
|
":automergePr"
|
|
]
|
|
}
|
|
],
|
|
"assignees": [
|
|
"cugu"
|
|
],
|
|
"ignoreDeps": [
|
|
"sass-loader"
|
|
]
|
|
}
|