# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
target-branch: "main"
schedule:
interval: "daily"
commit-message:
prefix: "⬆️ deps: "
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "main"
schedule:
interval: "daily"
commit-message:
prefix: "⬆️ ci: "