mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-15 10:04:07 -08:00
763af2dcce
* Disable PRs from dependabot This repo should be be as far as possible identical to upstream Prometheus, so we don't want these PRs. * Update .github/dependabot.yml Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> --------- Co-authored-by: Marco Pracucci <marco@pracucci.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
29 lines
770 B
YAML
29 lines
770 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
# Disable version updates; we will get them when we update from upstream Prometheus.
|
|
open-pull-requests-limit: 0
|
|
- package-ecosystem: "gomod"
|
|
directory: "/documentation/examples/remote_storage"
|
|
schedule:
|
|
interval: "monthly"
|
|
open-pull-requests-limit: 0
|
|
- package-ecosystem: "npm"
|
|
directory: "/web/ui"
|
|
schedule:
|
|
interval: "monthly"
|
|
open-pull-requests-limit: 0
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
open-pull-requests-limit: 0
|
|
- package-ecosystem: "docker"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
open-pull-requests-limit: 0
|