mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-24 04:31:37 +03:00
ac534e77ba
Disable dependabot.yml
34 lines
920 B
YAML
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"
|