Skip to content

Commit a721740

Browse files
authored
chore: fix dependabot config (#6734)
## ๐Ÿ“„ Description Fix incorrect entry in the dependabot configuration file. --- ## ๐Ÿ”ฎ Design review - [ ] Design review done - [x] No design review needed ## ๐Ÿ“ Checklist - โœ… My code follows the style guidelines of this project - ๐Ÿ› ๏ธ I have performed a self-review of my own code - ๐Ÿ“„ I have made corresponding changes to the documentation - โš ๏ธ My changes generate no new warnings or errors - ๐Ÿงช I have added tests that prove my fix is effective or that my feature works - โœ”๏ธ New and existing unit tests pass locally with my changes
1 parent 50a5181 commit a721740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

โ€Ž.github/dependabot.yamlโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Basic dependabot configuration file
22
version: 2
33
updates:
4-
- package-ecosystem: 'pnpm'
4+
- package-ecosystem: 'npm'
55
directory: '/'
66
schedule:
77
interval: 'daily'

0 commit comments

Comments
ย (0)