mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-04-27 11:21:44 +00:00
23 lines
422 B
JSON
23 lines
422 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"schedule": [
|
|
"after 11pm every weekday",
|
|
"before 7am every weekday",
|
|
"every weekend"
|
|
],
|
|
"timezone": "Europe/Brussels",
|
|
"rebaseWhen": "behind-base-branch",
|
|
"constraints": {
|
|
"go": "1.19"
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["patch"],
|
|
"automerge": true
|
|
}
|
|
]
|
|
}
|