prometheus-mastodon-exporter/.github/dependabot.yml

35 lines
646 B
YAML
Raw Permalink Normal View History

2022-11-04 21:02:52 +01:00
---
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
day: "friday"
time: "09:00"
timezone: "Europe/Berlin"
2023-09-15 15:39:55 +02:00
groups:
gomod:
patterns:
- "*"
2022-11-04 21:02:52 +01:00
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
day: "friday"
time: "09:00"
timezone: "Europe/Berlin"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "friday"
time: "09:00"
timezone: "Europe/Berlin"
2023-09-15 15:39:55 +02:00
groups:
github-actions:
patterns:
- "*"