We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d901dbf commit 96e152dCopy full SHA for 96e152d
1 file changed
.github/dependabot.yml
@@ -1,10 +1,9 @@
1
version: 2
2
updates:
3
- # Enable version updates for npm
+ # Enable version updates for pub dev
4
- package-ecosystem: "pub"
5
- # Look for `package.json` and `lock` files in the `root` directory
6
directory: "/src"
7
- # Check the npm registry for updates every day (weekdays)
+ # Check the pub registry for updates every day (weekdays)
8
schedule:
9
interval: "weekly"
10
commit-message:
0 commit comments