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 9737be3 commit 40c474eCopy full SHA for 40c474e
.github/dependabot.yml
@@ -0,0 +1,30 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: npm
4
+ directory: "/"
5
+ schedule:
6
+ interval: weekly
7
+ day: sunday
8
+ time: "10:00"
9
+ timezone: Etc/UCT
10
+ reviewers:
11
+ - matz3
12
+ - tobiasso85
13
+ versioning-strategy: increase
14
+ ignore:
15
+ - dependency-name: less
16
+ versions:
17
+ - "> 1.6.3"
18
+ - "< 2"
19
20
21
+ - "< 1.7.6"
22
+ - ">= 1.7.5.a"
23
24
25
+ - "< 3"
26
+ - ">= 2.a"
27
28
29
+ - "< 4"
30
+ - ">= 3.a"
0 commit comments