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 5485a3c commit 0cd67b9Copy full SHA for 0cd67b9
2 files changed
package.json
@@ -86,11 +86,6 @@
86
}
87
]
88
},
89
- "greenkeeper": {
90
- "ignore": [
91
- "@types/node"
92
- ]
93
- },
94
"scripts": {
95
"build": "tsc -p .",
96
"watch": "tsc -w -p .",
renovate.json
@@ -0,0 +1,8 @@
1
+{
2
+ "extends": ["config:base"],
3
+ "timezone": "Europe/Berlin",
4
+ "rangeStrategy": "bump",
5
+ "semanticCommits": true,
6
+ "masterIssue": true,
7
+ "prHourlyLimit": 0
8
+}
0 commit comments