diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..475811b7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +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" \ No newline at end of file diff --git a/cspell.config.json b/cspell.config.json index 4f12a739..79f62659 100644 --- a/cspell.config.json +++ b/cspell.config.json @@ -71,8 +71,9 @@ "eslintcache", "lefthook", "ssjagad", - "jackspeak", + "jackspeak", "nvmrc", + "gomod", "golangci" ] }