Compare commits

..

1 Commits

Author SHA1 Message Date
2743d618ec chore(deps): update dependency postfixadmin/postfixadmin to vpostfixadmin-3.3.11
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2022-04-15 11:00:08 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# POSTFIXADMIN_VERSION
# Only required to install a specifiy version
POSTFIXADMIN_VERSION?=3.3.11
POSTFIXADMIN_VERSION?=postfixadmin-3.3.11
# CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a

View File

@ -16,7 +16,7 @@
"addLabels": [ "renovate/postfixadmin" ],
"automerge": false,
"extractVersion": "^postfixadmin-(?<version>\\d+\\.\\d+\\.\\d+)$",
"matchPackageNames": [ "postfixadmin/postfixadmin" ],
"matchPackageNames": [ "postfixadmin" ],
"matchManagers": [ "regex" ]
}
],