This commit is contained in:
Vendored
+51
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"$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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user