Usage:
docker run -d -p 8080:8080 -p 80:80 -p 8081:8081 \
-v /var/run/docker.sock:/var/run/docker.sock \
saashup/traefikRenovate is used to automated dependency update through the creation of pull requests. Its configuration file can be found in the .github/renovate.jsonc. While mostly using the default configurations some customization will be explained bellow:
branchPrefix:chore/instead ofrenovate/. This change is to better adhere to Conventional Branch naming conventionssemanticCommits:enabledinstead ofauto. This force the use of Conventional Commits naming conventionsreviewers: This tells who are to be assigned to review renovate PR.minimumReleaseAge:2 daysinstead ofnull. This force Renovate to wait for 2 days after a new tag release before creating an upgrade PR, this mechanism partially mitigate supply chains attacks.
Default which were not defined here can be found on the official renovate documentation