mirror of https://github.com/prometheus/prometheus
Add old UI to dependabot
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>pull/15571/head
parent
0ae424d80a
commit
64dd7079fa
|
@ -16,8 +16,23 @@ updates:
|
||||||
directory: "/documentation/examples/remote_storage"
|
directory: "/documentation/examples/remote_storage"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "monthly"
|
interval: "monthly"
|
||||||
|
# New manteen-ui packages.
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
directory: "/web/ui"
|
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:
|
schedule:
|
||||||
interval: "monthly"
|
interval: "monthly"
|
||||||
open-pull-requests-limit: 20
|
open-pull-requests-limit: 20
|
||||||
|
|
Loading…
Reference in New Issue