mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Dependabot: Update UI deps in a single PR
Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
This commit is contained in:
parent
5cc095e227
commit
f4cf5ac58a
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
|
@ -25,6 +25,10 @@ updates:
|
||||||
- manteen-ui
|
- manteen-ui
|
||||||
schedule:
|
schedule:
|
||||||
interval: "monthly"
|
interval: "monthly"
|
||||||
|
groups:
|
||||||
|
new-ui:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
open-pull-requests-limit: 20
|
open-pull-requests-limit: 20
|
||||||
# Old react-app packages.
|
# Old react-app packages.
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
|
@ -35,6 +39,10 @@ updates:
|
||||||
- old-react-ui
|
- old-react-ui
|
||||||
schedule:
|
schedule:
|
||||||
interval: "monthly"
|
interval: "monthly"
|
||||||
|
groups:
|
||||||
|
old-ui:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
open-pull-requests-limit: 20
|
open-pull-requests-limit: 20
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
|
Loading…
Reference in a new issue