warpgate/.github/dependabot.yml
2022-09-14 23:00:40 +02:00

18 lines
492 B
YAML

# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
labels: ["type/deps"]
open-pull-requests-limit: 25
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/warpgate-web"
labels: ["type/deps"]
open-pull-requests-limit: 25
schedule:
interval: "daily"