Skip to content

Commit 0cd67b9

Browse files
renovate[bot]renovate-botfelixfbecker
authored
ci: Configure Renovate (#250)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Felix Becker <felix.b@outlook.com>
1 parent 5485a3c commit 0cd67b9

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@
8686
}
8787
]
8888
},
89-
"greenkeeper": {
90-
"ignore": [
91-
"@types/node"
92-
]
93-
},
9489
"scripts": {
9590
"build": "tsc -p .",
9691
"watch": "tsc -w -p .",

renovate.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)