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