We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f10f6e commit 3522619Copy full SHA for 3522619
.github/dependabot.yml
@@ -5,9 +5,10 @@ version: 2
5
updates:
6
# Maintain dependencies for npm ecosystem
7
- package-ecosystem: 'npm'
8
- # Checks all directories from the current layer and below recursively for package.json files
+ # Checks root and top level package directories.
9
directories:
10
- - '**/*'
+ - '/'
11
+ - '/packages/*'
12
schedule:
13
# Runs every Monday at 09:00 Pacific Time
14
interval: 'weekly'
0 commit comments