Skip to content

Commit 96e152d

Browse files
authored
Change Dependabot from npm to pub.dev updates
Updated Dependabot configuration to enable version updates for pub.dev instead of npm.
1 parent d901dbf commit 96e152d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
version: 2
22
updates:
3-
# Enable version updates for npm
3+
# Enable version updates for pub dev
44
- package-ecosystem: "pub"
5-
# Look for `package.json` and `lock` files in the `root` directory
65
directory: "/src"
7-
# Check the npm registry for updates every day (weekdays)
6+
# Check the pub registry for updates every day (weekdays)
87
schedule:
98
interval: "weekly"
109
commit-message:

0 commit comments

Comments
 (0)