mirror of
https://github.com/int128/kubelogin.git
synced 2026-05-24 16:52:48 +00:00
15 lines
199 B
JSON
15 lines
199 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"updateTypes": ["minor", "patch", "digest"],
|
|
"automerge": true
|
|
}
|
|
],
|
|
"postUpdateOptions": [
|
|
"gomodTidy"
|
|
]
|
|
}
|