mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
1a864b60c2
The change disables version updates for repo packages. Please note, security updates should not be affected by the change according to 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 By default, Dependabot opens a maximum of five pull requests for version updates. Once there are five open pull requests from Dependabot, Dependabot will not open any new requests until some of those open requests are merged or closed. This option has no impact on security updates, which have a separate, internal limit of ten open pull requests. ``` Signed-off-by: hagen1778 <roman@victoriametrics.com>
22 lines
586 B
YAML
22 lines
586 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
open-pull-requests-limit: 0
|
|
- package-ecosystem: "bundler"
|
|
directory: "/docs"
|
|
open-pull-requests-limit: 0
|
|
- package-ecosystem: "gomod"
|
|
directory: "/app/vmui/packages/vmui/web"
|
|
open-pull-requests-limit: 0
|
|
- package-ecosystem: "docker"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "npm"
|
|
directory: "/app/vmui/packages/vmui"
|
|
open-pull-requests-limit: 0
|