Skip to content

Commit d901dbf

Browse files
authored
Add Dependabot configuration for npm updates
Configure Dependabot to check for npm package updates weekly in the /src directory.
1 parent 5f1b0cf commit d901dbf

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
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

Comments
 (0)