Compare commits

..

2 Commits

Author SHA1 Message Date
8905c48e5d
chore(deps): update dependency go to v1.24.1
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build was killed
2025-03-22 15:22:17 +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" ]
}