We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9221c7 commit 1b6884aCopy full SHA for 1b6884a
.github/dependabot.yml
@@ -5,7 +5,13 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "github-actions" # See documentation for possible values
9
- directory: "/" # Location of package manifests
+ - package-ecosystem: 'npm' # See documentation for possible values
+ # Location of package manifests
10
+ directories:
11
+ - '/src/*/TypeScript'
12
schedule:
- interval: "weekly"
13
+ interval: 'weekly'
14
+ - package-ecosystem: 'github-actions' # See documentation for possible values
15
+ directory: '/' # Location of package manifests
16
+ schedule:
17
0 commit comments