Skip to content

Commit e484a22

Browse files
author
LoreResearch
committed
chore: add automated update checks for repo deps
1 parent 9eb7869 commit e484a22

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
day: monday
8+
open-pull-requests-limit: 5
9+
commit-message:
10+
prefix: "chore(deps)"
11+
- package-ecosystem: github-actions
12+
directory: "/"
13+
schedule:
14+
interval: weekly
15+
day: monday
16+
open-pull-requests-limit: 3
17+
commit-message:
18+
prefix: "chore(ci)"

0 commit comments

Comments
 (0)