Skip to content

Commit 1b6884a

Browse files
Enable Dependabot on TS SDKs
Only for the typescript dirs, not for other stuff. CLR will be added once a project for CLR is created.
1 parent b9221c7 commit 1b6884a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "github-actions" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: 'npm' # See documentation for possible values
9+
# Location of package manifests
10+
directories:
11+
- '/src/*/TypeScript'
1012
schedule:
11-
interval: "weekly"
13+
interval: 'weekly'
14+
- package-ecosystem: 'github-actions' # See documentation for possible values
15+
directory: '/' # Location of package manifests
16+
schedule:
17+
interval: 'weekly'

0 commit comments

Comments
 (0)