Björn Strausmann
Björn Strausmann
Thanks for the tip, i had the same problem.
No, not necessarily. is just a nice to have.
Maybe try Renovate if Dependabot doesn't do something like this reliably; then Semantic Release for automatic publication with relevant code changes. 😁
Is the implementation possible in time?
Where can I find the schema definition for syntax highlighting in the Web UI? We just need to store it at SchemaStore. It can still be hosted at your end...
Hello @dsnet, can you help me with my question? Is there a schema file as it said in my example for GitLab CI ? Best regards, Bjoern
This is my source: https://github.com/hassio-addons/addon-base/blob/main/.github/renovate.json
https://www.innoq.com/en/articles/2024/05/renovate/
Here is a link to my Renovate Config Repo. I have revised the config for Dockerfile dependencies again and found better ways to do it. For this purpose, I have...
@fergbrain looks good for me. ```bash export PLEX_RELOAD="docker restart seedbox-plexserver" export PLEX_PKCS12_file=/docker/plexserver/ssl/plex.domain.de.pfx export PLEX_PKCS12_password=Plex#Passw0rd ``` 