hurl/.github/disabled.dependabot.yml
2022-01-04 14:13:50 +01:00

34 lines
920 B
YAML

# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# 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"
assignees:
- "fabricereix"
directory: "/packages/hurl"
schedule:
interval: "daily"
time: "06:00"
timezone: "Europe/Paris"
- package-ecosystem: "cargo"
assignees:
- "fabricereix"
directory: "/packages/hurl_core"
schedule:
interval: "daily"
time: "06:00"
timezone: "Europe/Paris"
- package-ecosystem: "cargo"
assignees:
- "fabricereix"
directory: "/packages/hurlfmt"
schedule:
interval: "daily"
time: "06:00"
timezone: "Europe/Paris"