We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dependabot.yml
1 parent fb0252a commit 69d2571Copy full SHA for 69d2571
.github/dependabot.yml
@@ -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