mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-05 17:59:12 +02:00
14 lines
203 B
JSON
14 lines
203 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
"schedule:earlyMondays"
|
|
],
|
|
"automerge": true,
|
|
"prHourlyLimit": 0,
|
|
"labels": [
|
|
"dependency"
|
|
],
|
|
"postUpdateOptions": [{
|
|
"gomodTidy": true
|
|
}]
|
|
}
|