fatcontext/.github/dependabot.yml

17 lines
467 B
YAML
Raw Normal View History

2024-05-07 10:50:26 +02:00
# Doc: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
2025-01-17 00:52:22 +01:00
groups:
github-actions:
patterns:
- "*" # Group all updates into a single larger pull request.
2024-05-07 10:50:26 +02:00
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"