CloudNetService / CloudNet

A modern application that can dynamically and easily deliver Minecraft oriented software
https://cloudnetservice.eu
Apache License 2.0
367 stars 115 forks source link

[ci skip] fix: remove wrong colon on docker image update deactivation #1430

Closed derklaro closed 1 week ago

derklaro commented 1 week ago

Motivation

1427 introduced a new setting to deactivate renovate updates for the zulu docker image, but it included a wrong colon at the end which means that the rule doesn't match.

Modification

Remove wrong colon to fix the rule.

Result

The renovate azul docker image deactivation actually works.