Compare commits

...

2 Commits

Author SHA1 Message Date
261e717eb9
chore(deps): update module github.com/asaskevich/govalidator to v11
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2025-03-22 17:11:02 +00:00
0e5c1a211a chore(renovate): remove obsolete matchBaseBranches
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-22 15:08:52 +00:00
2 changed files with 1 additions and 3 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module git.cryptic.systems/volker.raschek/dyndns-client
go 1.20 go 1.20
require ( require (
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 github.com/asaskevich/govalidator/v11 v11.0.1
github.com/sirupsen/logrus v1.9.3 github.com/sirupsen/logrus v1.9.3
github.com/vishvananda/netlink v1.3.0 github.com/vishvananda/netlink v1.3.0
) )

View File

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