зеркало из https://github.com/mozilla/neqo.git
25 строки
812 B
YAML
25 строки
812 B
YAML
# Please see the documentation for all configuration options:
|
|
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "cargo"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
# Disable all non-security updates.
|
|
# <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit>
|
|
open-pull-requests-limit: 0
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
- package-ecosystem: "docker"
|
|
directory: "/qns"
|
|
schedule:
|
|
interval: "weekly"
|
|
- package-ecosystem: docker
|
|
directory: /taskcluster/docker/linux
|
|
schedule:
|
|
interval: "weekly"
|