Skip to content

Commit 7d0c196

Browse files
committed
chore: add dependabot.yml
1 parent b04a70c commit 7d0c196

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/dependabot.yml

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

0 commit comments

Comments
 (0)