Skip to content

Commit

Permalink
chore: Fix Dependabot configuration file (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
lookasc authored Aug 2, 2024
1 parent 16fdb95 commit d57177f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
version: 2

updates:
- package-ecosystem: 'yarn'
- package-ecosystem: 'npm'
# this will ensure that dependabot will only scan the packages in the root directory
# omitting the packages in the /examples directory
directory: '/'
schedule:
interval: 'monthly'

0 comments on commit d57177f

Please sign in to comment.