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.
2 parents 718227c + 7dbf0fb commit ad6db57Copy full SHA for ad6db57
.github/dependabot.yml
@@ -0,0 +1,26 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: npm
4
+ directory: "/"
5
+ schedule:
6
+ interval: weekly
7
+ time: "03:00"
8
+ timezone: America/New_York
9
+ open-pull-requests-limit: 10
10
+ versioning-strategy: increase
11
+ ignore:
12
+ - dependency-name: eslint-config-prettier
13
+ versions:
14
+ - 8.0.0
15
+ - 8.1.0
16
+ - dependency-name: hosted-git-info
17
18
+ - 4.0.0
19
+ - 4.0.1
20
+- package-ecosystem: github-actions
21
22
23
+ interval: daily
24
25
26
0 commit comments