Files
kleinanzeigen-bot/.github/dependabot.yml
2022-01-11 13:45:20 +01:00

21 lines
480 B
YAML

# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: monday
time: "17:00"
commit-message:
prefix: fix
prefix-development: chore
include: scope
labels:
- dependencies
- package-ecosystem: pip
directory: /
schedule:
interval: weekly
time: "17:00"