1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Oinktube/.github/dependabot.yml
naveensrinivasan ae1e4d364a
Included dependabot config for docker
Included dependabot config for docker
2022-05-23 12:56:48 -05:00

23 lines
564 B
YAML

version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
open-pull-requests-limit: 10
schedule:
interval: "weekly"
- package-ecosystem: "composer"
directory: "/"
open-pull-requests-limit: 10
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/"
open-pull-requests-limit: 10
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/"
open-pull-requests-limit: 10
schedule:
interval: "weekly"