Merge pull request #1876 from grafana/add-dependabot-sdk

Add dependabot.yml to regularly update grafana-plugin-sdk-go
This commit is contained in:
Ivana Huckova
2024-09-04 13:58:02 +02:00
committed by GitHub

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"