Skip to content

Commit 69d2571

Browse files
authored
feat(ci): add dependabot.yml (#1486)
1 parent fb0252a commit 69d2571

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference
2+
3+
version: 2
4+
updates:
5+
- package-ecosystem: "npm"
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"
9+
day: "monday"
10+
time: "04:00"
11+
timezone: "Etc/UTC"
12+
versioning-strategy: increase
13+
allow:
14+
- dependency-name: "cspell"
15+
- dependency-name: "husky"
16+
- dependency-name: "mint"
17+
ignore:
18+
- dependency-name: "remark*"
19+
- dependency-name: "unified*"
20+
- dependency-name: "unist*"
21+
- dependency-name: "string*"

0 commit comments

Comments
 (0)