We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f65390 commit c269477Copy full SHA for c269477
.github/dependabot.yml
@@ -1,7 +1,9 @@
1
version: 2
2
3
updates:
4
- - package-ecosystem: 'yarn'
+ - package-ecosystem: 'npm'
5
# this will ensure that dependabot will only scan the packages in the root directory
6
# omitting the packages in the /examples directory
7
directory: '/'
8
+ schedule:
9
+ interval: 'monthly'
0 commit comments