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.
1 parent 5ae96a7 commit 7401e16Copy full SHA for 7401e16
.github/dependabot.yml
@@ -0,0 +1,25 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: npm
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ time: "10:00"
8
+ open-pull-requests-limit: 10
9
+ ignore:
10
+ - dependency-name: husky
11
+ versions:
12
+ - 5.0.9
13
+ - 5.1.0
14
+ - 5.1.1
15
+ - 5.1.2
16
+ - 5.1.3
17
+ - 5.2.0
18
+ - dependency-name: "@commitlint/config-conventional"
19
20
+ - 12.0.0
21
+ - 12.0.1
22
+ - dependency-name: "@commitlint/cli"
23
24
25
0 commit comments