We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1b0cf commit d901dbfCopy full SHA for d901dbf
1 file changed
.github/dependabot.yml
@@ -1 +1,13 @@
1
-
+version: 2
2
+updates:
3
+ # Enable version updates for npm
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)
8
+ schedule:
9
+ interval: "weekly"
10
+ commit-message:
11
+ prefix: "build(deps)"
12
+ prefix-development: "build(deps-dev)"
13
+ include: "scope"
0 commit comments