Compare commits

..

2 Commits

Author SHA1 Message Date
6943e820c6
chore(deps): update module github.com/spf13/cobra to v1.9.1
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is passing
2025-03-22 15:25:00 +00:00
de5130da77 chore(renovate): remove obsolete matchBaseBranches
Some checks failed
continuous-integration/drone/push Build is failing
2025-03-22 15:11:53 +00:00

View File

@ -7,7 +7,6 @@
"description": "Automatically update minor and patch versions of go modules",
"addLabels": [ "renovate/gomod", "renovate/automerge" ],
"automerge": true,
"matchBaseBranches": [ "master" ],
"matchManagers": [ "gomod" ],
"matchUpdateTypes": [ "minor", "patch" ]
},
@ -15,7 +14,6 @@
"description": "Prepare MR for major update minor of go modules",
"addLabels": [ "renovate/gomod" ],
"automerge": false,
"matchBaseBranches": [ "master" ],
"matchManagers": [ "gomod" ],
"matchUpdateTypes": [ "major" ]
}