This repository has been archived on 2026-06-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Rustdesk/.github/dependabot.yml
T
2022-09-17 17:40:50 +08:00

28 lines
520 B
YAML

version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "gradle"
directory: "/flutter/android"
schedule:
interval: "daily"
- package-ecosystem: "pub"
directory: "/flutter"
schedule:
interval: "daily"