Dependency Management
Dependencies are observed through Botaniker, a friendly dependabot instance on git.shivering-isles.com which observes the repos dependencies based on a custom tailored configuration file .renovaterc.json
.
The bot will run periodically and open MRs on new versions for dependencies.
Container dependencies are usually marked with a special commit as follows:
# renovate: depName=quay.io/sheogorath/duplicity
backup_duplicity_version: "0.8"