Files
nextcloud-docs/.github/dependabot.yml
Richard Steinmetz 46ee7821db chore(dependabot): enable for pip
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-05-05 10:18:59 +02:00

44 lines
1007 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
time: "06:00"
open-pull-requests-limit: 10
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
time: "06:00"
target-branch: master
open-pull-requests-limit: 10
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
time: "06:00"
target-branch: stable26
open-pull-requests-limit: 10
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
time: "06:00"
target-branch: stable25
open-pull-requests-limit: 10
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
time: "06:00"
target-branch: stable24
open-pull-requests-limit: 10
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
time: "06:00"
target-branch: stable23
open-pull-requests-limit: 10