Skip to content

Commit

Permalink
Fix dependabot yarn to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Conjeaud committed May 13, 2024
1 parent b9576bd commit 27e8e97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
version: 2
updates:
- package-ecosystem: 'yarn'
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
target-branch: 'develop'

- package-ecosystem: 'yarn'
- package-ecosystem: 'npm'
directory: '/gallery'
schedule:
interval: 'weekly'
target-branch: 'develop'

- package-ecosystem: 'yarn'
- package-ecosystem: 'npm'
directory: '/docs'
schedule:
interval: 'weekly'
Expand Down

0 comments on commit 27e8e97

Please sign in to comment.