Compare commits

..

2 Commits

Author SHA1 Message Date
e7fe21f031
chore(deps): update docker.io/library/golang docker tag to v1.24
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build is passing
2025-03-22 15:22:31 +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" ]
}