Skip to content

Commit

Permalink
Add dependabot for sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
idastambuk committed Sep 24, 2024
1 parent 4fe6184 commit 9af016c
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,6 +71,7 @@
"lefthook",
"ssjagad",
"jackspeak",
"nvmrc"
"nvmrc",
"gomod"
]
}

0 comments on commit 9af016c

Please sign in to comment.