prometheus-paperless-exporter/.github/dependabot.yml
Michael Hanselmann 3c518c1587 Reduce dependabot frequency from weekly to monthly
Very little is happening in this repository.
2024-05-13 19:28:18 +02:00

14 lines
230 B
YAML

---
version: 2
updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: monthly
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
# vim: set sw=2 sts=2 et :