2023-10-02 11:13:09 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
"labels": [ "renovate" ],
|
|
|
|
"packageRules": [
|
|
|
|
{
|
2025-02-02 17:37:12 +00:00
|
|
|
"automerge": false,
|
|
|
|
"description": "Disable all package updates by default",
|
|
|
|
"enabled": false,
|
|
|
|
"matchPackagePatterns": [
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"matchUpdateTypes": [
|
|
|
|
"major",
|
|
|
|
"minor",
|
|
|
|
"patch",
|
|
|
|
"pin",
|
|
|
|
"digest"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2023-10-02 11:13:09 +00:00
|
|
|
"addLabels": [ "renovate/droneci", "renovate/automerge" ],
|
|
|
|
"automerge": true,
|
2025-02-02 17:37:12 +00:00
|
|
|
"description": "Automatically update minor and patch versions of used drone-ci images",
|
|
|
|
"enabled": true,
|
2023-10-02 11:13:09 +00:00
|
|
|
"matchManagers": "droneci",
|
2025-02-02 17:37:12 +00:00
|
|
|
"matchUpdateTypes": [
|
|
|
|
"minor",
|
|
|
|
"patch"
|
|
|
|
]
|
2023-10-02 11:13:09 +00:00
|
|
|
},
|
|
|
|
{
|
2025-02-02 17:37:12 +00:00
|
|
|
"addLabels": [
|
|
|
|
"renovate/automerge",
|
|
|
|
"renovate/github-action"
|
|
|
|
],
|
2023-10-02 11:13:09 +00:00
|
|
|
"automerge": true,
|
2025-02-02 17:37:12 +00:00
|
|
|
"description": "Automatically update public github-actions dependencies",
|
|
|
|
"enabled": true,
|
|
|
|
"matchManagers": [
|
|
|
|
"github-actions"
|
|
|
|
],
|
|
|
|
"matchUpdateTypes": [
|
|
|
|
"minor",
|
|
|
|
"patch"
|
|
|
|
]
|
2023-10-02 11:13:09 +00:00
|
|
|
},
|
|
|
|
{
|
2025-02-02 17:37:12 +00:00
|
|
|
"addLabels": [
|
|
|
|
"renovate/automerge",
|
|
|
|
"renovate/golang"
|
|
|
|
],
|
|
|
|
"automerge": true,
|
|
|
|
"description": "Automatically update public go dependencies",
|
|
|
|
"enabled": true,
|
|
|
|
"matchDatasources": [
|
|
|
|
"go"
|
|
|
|
],
|
|
|
|
"matchUpdateTypes": [
|
|
|
|
"minor",
|
|
|
|
"patch"
|
|
|
|
]
|
2023-10-02 11:13:09 +00:00
|
|
|
}
|
|
|
|
],
|
2025-02-02 17:37:12 +00:00
|
|
|
"platformAutomerge": true,
|
2023-10-02 11:13:09 +00:00
|
|
|
"postUpdateOptions": [
|
|
|
|
"gomodTidy"
|
|
|
|
],
|
2025-02-02 17:37:12 +00:00
|
|
|
"prConcurrentLimit": 0,
|
|
|
|
"prHourlyLimit": 0,
|
2023-10-02 11:13:09 +00:00
|
|
|
"rebaseLabel": "renovate/rebase",
|
|
|
|
"rebaseWhen": "behind-base-branch"
|
|
|
|
}
|