52 lines
939 B
Plaintext
Vendored
52 lines
939 B
Plaintext
Vendored
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"constraints": {
|
|
"go": "1.26"
|
|
},
|
|
"extends": [
|
|
"config:recommended",
|
|
":semanticCommitTypeAll(build)",
|
|
":separatePatchReleases"
|
|
],
|
|
"ignorePresets": [
|
|
":combinePatchMinorReleases",
|
|
":prHourlyLimit2",
|
|
":semanticPrefixFixDepsChoreOthers"
|
|
],
|
|
"enabledManagers": [
|
|
"gomod",
|
|
"github-actions"
|
|
],
|
|
"postUpdateOptions": [
|
|
"gomodTidy",
|
|
"gomodMassage"
|
|
],
|
|
"branchPrefix": "renovate-",
|
|
"rebaseWhen": "conflicted",
|
|
"prConcurrentLimit": 10,
|
|
"prHourlyLimit": 100,
|
|
"labels": [
|
|
"dependencies"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchDatasources": [
|
|
"go"
|
|
],
|
|
"addLabels": [
|
|
"go"
|
|
]
|
|
},
|
|
{
|
|
"matchUpdateTypes": [
|
|
"digest",
|
|
"minor",
|
|
"patch"
|
|
],
|
|
"automerge": true,
|
|
"automergeType": "pr",
|
|
"platformAutomerge": true
|
|
}
|
|
]
|
|
}
|