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
SuperQ 2024-12-10 17:09:39 +01:00
parent 0ae424d80a
commit 64dd7079fa
No known key found for this signature in database
GPG Key ID: C646B23C9E3245F1
1 changed files with 15 additions and 0 deletions

View File

@ -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