mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-12 14:27:27 -08:00
Merge pull request #15571 from prometheus/superq/dependabot_old_ui
Add old UI to dependabot
This commit is contained in:
commit
5cc095e227
15
.github/dependabot.yml
vendored
15
.github/dependabot.yml
vendored
|
@ -16,8 +16,23 @@ updates:
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue