mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 13:44:05 -08:00
64dd7079fa
Until we have removed the code for the old UI, we should maintain the dependabot configuration for security warnings. Signed-off-by: SuperQ <superq@gmail.com>
51 lines
1.2 KiB
YAML
51 lines
1.2 KiB
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
groups:
|
|
k8s.io:
|
|
patterns:
|
|
- "k8s.io/*"
|
|
go.opentelemetry.io:
|
|
patterns:
|
|
- "go.opentelemetry.io/*"
|
|
open-pull-requests-limit: 20
|
|
- package-ecosystem: "gomod"
|
|
directory: "/documentation/examples/remote_storage"
|
|
schedule:
|
|
interval: "monthly"
|
|
# New manteen-ui packages.
|
|
- package-ecosystem: "npm"
|
|
directory: "/web/ui"
|
|
labels:
|
|
- dependencies
|
|
- javascript
|
|
- manteen-ui
|
|
schedule:
|
|
interval: "monthly"
|
|
open-pull-requests-limit: 20
|
|
# Old react-app packages.
|
|
- package-ecosystem: "npm"
|
|
directory: "/web/ui/react-app"
|
|
labels:
|
|
- dependencies
|
|
- javascript
|
|
- old-react-ui
|
|
schedule:
|
|
interval: "monthly"
|
|
open-pull-requests-limit: 20
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/scripts"
|
|
schedule:
|
|
interval: "monthly"
|
|
- package-ecosystem: "docker"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|