Skip to content

Commit

Permalink
ci: split dependabot config based on monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Suriano committed Oct 14, 2022
1 parent 6d45423 commit a9ca410
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
version: 2
updates:
- package-ecosystem: npm
directory: '/'
directory: '/packages/react-scroll-section'
schedule:
interval: monthly
open-pull-requests-limit: 10
assignees:
- EmaSuriano
commit-message:
prefix: 'fix'

- package-ecosystem: npm
directory: '/packages/demo'
schedule:
interval: monthly
open-pull-requests-limit: 10
assignees:
- EmaSuriano

0 comments on commit a9ca410

Please sign in to comment.