Skip to content

Commit e1ecc3f

Browse files
authored
Merge pull request #1876 from grafana/add-dependabot-sdk
Add dependabot.yml to regularly update grafana-plugin-sdk-go
2 parents f1d2ef8 + 69a0d00 commit e1ecc3f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "gomod"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
allow:
8+
# Keep the sdk modules up-to-date
9+
- dependency-name: "github.com/grafana/grafana-plugin-sdk-go"
10+
dependency-type: "all"
11+
commit-message:
12+
prefix: "Upgrade grafana-plugin-sdk-go "
13+
include: "scope"
14+
reviewers:
15+
- "grafana/oss-big-tent"

0 commit comments

Comments
 (0)