2023-12-11 03:34:20 +03:00
|
|
|
# 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"
|
2024-11-25 14:17:41 +03:00
|
|
|
# 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
|
2023-12-11 03:34:20 +03:00
|
|
|
- package-ecosystem: "github-actions"
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|
2024-01-15 16:13:49 +03:00
|
|
|
- package-ecosystem: "docker"
|
|
|
|
directory: "/qns"
|
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|
2024-07-02 11:28:02 +03:00
|
|
|
- package-ecosystem: docker
|
|
|
|
directory: /taskcluster/docker/linux
|
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|