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
2 changed files with 1 additions and 3 deletions

2
go.mod
View File

@ -2,7 +2,7 @@ module git.cryptic.systems/volker.raschek/civ
go 1.21
toolchain go1.23.5
toolchain go1.24.1
require (
git.cryptic.systems/volker.raschek/dockerutils v0.2.0

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" ]
}