From 3f4f81c065be5142d5072858da04e97b1c2a220c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ida=20=C5=A0tambuk?= Date: Wed, 25 Sep 2024 12:41:40 +0200 Subject: [PATCH] Add dependabot for grafana/plugin-sdk-go (#357) --- .github/dependabot.yml | 13 +++++++++++++ cspell.config.json | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml 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" ] }