Skip to content

Commit 58690e0

Browse files
authored
Create dependabot.yml (#163)
Dependabot automatically creates pull requests for dependency package updates and runs the tests, whenever there's a new version. Including security updates.
1 parent 18bf90f commit 58690e0

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/packages/databricks-sdk-js"
5+
schedule:
6+
interval: "daily"
7+
- package-ecosystem: "npm"
8+
directory: "/packages/databricks-vscode"
9+
schedule:
10+
interval: "daily"
11+
- package-ecosystem: "npm"
12+
directory: "databricks-vscode-types"
13+
schedule:
14+
interval: "daily"

0 commit comments

Comments
 (0)