Skip to content

Commit 04d98ba

Browse files
author
Roland Groza
committed
ci: add dependabot config
1 parent 8bf52d4 commit 04d98ba

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: npm
5+
directory: /
6+
rebase-strategy: auto
7+
schedule:
8+
interval: "weekly"
9+
allow:
10+
- dependency-name: "*"
11+
dependency-type: "production"
12+
commit-message:
13+
prefix: "feat(deps):"
14+
versioning-strategy: widen

0 commit comments

Comments
 (0)