mirror of
https://github.com/prometheus/alertmanager
synced 2024-12-26 16:12:20 +00:00
73d1aa50cc
Add a monthly dependabot update for NPM packages in the new React UI. Signed-off-by: SuperQ <superq@gmail.com>
15 lines
301 B
YAML
15 lines
301 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
- package-ecosystem: "docker"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
- package-ecosystem: "npm"
|
|
directory: "/ui/react-app"
|
|
schedule:
|
|
interval: "monthly"
|