mirror of
https://github.com/prometheus/alertmanager
synced 2025-01-30 10:11:52 +00:00
Create dependabot.yml
Add dependabot dependency check in order to maintain dependencies up-to-date and security updates on time. Signed-off-by: David Ureba <david.ureba@aiven.io>
This commit is contained in:
parent
528b9588bf
commit
a1dbacb4dd
10
.github/dependabot.yml
vendored
Normal file
10
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
Loading…
Reference in New Issue
Block a user