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 1bf6982 + f37320b commit 36b9bffCopy full SHA for 36b9bff
.gitignore
@@ -5,6 +5,7 @@ npm-debug.log
5
package-lock.json
6
.nyc_output
7
yarn.lock
8
+.vscode
9
10
# emacs
11
*~
renovate.json
@@ -0,0 +1,8 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:recommended"
+ ],
+ "automerge": false,
+ "masterIssue": true
+}
0 commit comments