Skip to content

Commit

Permalink
Add dependabot for grafana/plugin-sdk-go (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
idastambuk authored Sep 25, 2024
1 parent f446fe8 commit 3f4f81c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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"
3 changes: 2 additions & 1 deletion cspell.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@
"eslintcache",
"lefthook",
"ssjagad",
"jackspeak",
"jackspeak",
"nvmrc",
"gomod",
"golangci"
]
}

0 comments on commit 3f4f81c

Please sign in to comment.