Files
grafana-zabbix/.github/dependabot.yml
2025-07-01 21:18:03 +02:00

14 lines
349 B
YAML

version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
allow:
# Keep the sdk modules up-to-date
- dependency-name: "github.com/grafana/grafana-plugin-sdk-go"
dependency-type: "all"
commit-message:
prefix: "Upgrade grafana-plugin-sdk-go "
include: "scope"