mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
13 lines
243 B
JSON
13 lines
243 B
JSON
{
|
|
"extends": ["config:base"],
|
|
"prHourlyLimit": 1,
|
|
"dependencyDashboard": true,
|
|
"postUpdateOptions": ["gomodTidy"],
|
|
"packageRules": [
|
|
{
|
|
"updateTypes": ["minor", "patch", "pin", "digest"],
|
|
"automerge": true
|
|
}
|
|
]
|
|
}
|