Skip to content

Commit

Permalink
Add dependabot.yml to regularly update grafana-plugin-sdk-go (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanahuckova authored Sep 4, 2024
1 parent e73018d commit e6333f1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit e6333f1

Please sign in to comment.