We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d2ef8 commit 69a0d00Copy full SHA for 69a0d00
.github/dependabot.yml
@@ -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