Add dependabot.yml to regularly update grafana-plugin-sdk-go

This commit is contained in:
Ivana Huckova
2024-09-04 12:49:57 +02:00
parent f1d2ef8e24
commit 69a0d00ff7

15
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
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"
reviewers:
- "grafana/oss-big-tent"