gopass/.github/dependabot.yml
Dominik Schulz 0fc2ad273d
Reduce dependabot frequency (#2868)
The bot is too noisy and and gomod dependencies are automatically bumped during every release anyway.

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
2024-04-15 09:42:34 +02:00

9 lines
153 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 15