hurl/.github/disabled.dependabot.yml

34 lines
920 B
YAML
Raw Normal View History

2021-12-16 12:15:00 +03:00
# 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"
2021-12-16 12:25:41 +03:00
assignees:
- "fabricereix"
2021-12-16 12:15:00 +03:00
directory: "/packages/hurl"
schedule:
interval: "daily"
2021-12-16 12:25:41 +03:00
time: "06:00"
timezone: "Europe/Paris"
2021-12-16 12:15:00 +03:00
- package-ecosystem: "cargo"
2021-12-16 12:25:41 +03:00
assignees:
- "fabricereix"
2021-12-16 12:15:00 +03:00
directory: "/packages/hurl_core"
schedule:
interval: "daily"
2021-12-16 12:25:41 +03:00
time: "06:00"
timezone: "Europe/Paris"
2021-12-16 12:15:00 +03:00
- package-ecosystem: "cargo"
2021-12-16 12:25:41 +03:00
assignees:
- "fabricereix"
2021-12-16 12:15:00 +03:00
directory: "/packages/hurlfmt"
schedule:
interval: "daily"
2021-12-16 12:25:41 +03:00
time: "06:00"
timezone: "Europe/Paris"