1
0
mirror of https://github.com/prometheus/alertmanager.git synced 2026-02-05 15:45:34 +01:00
Files
alertmanager/.github/dependabot.yml
Ben Kochie a70711aad0 Update Go (#4589)
* Update Go to 1.25.
* Update minimum Go version to 1.24.0.
* Group github.com/go-openapi dependencies.
* Enable dependabot for github actions.

Signed-off-by: SuperQ <superq@gmail.com>
2025-10-08 07:04:21 -04:00

26 lines
576 B
YAML

version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
open-pull-requests-limit: 20
schedule:
interval: "monthly"
groups:
aws:
patterns:
- "github.com/aws/*"
- "github.com/go-openapi/*"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "npm"
directory: "/ui/react-app"
open-pull-requests-limit: 20
schedule:
interval: "monthly"