🤖 Add renovate config

This commit is contained in:
SebClem 2022-03-17 11:37:06 +01:00
parent 161e673727
commit 86d9bc7312
No known key found for this signature in database
GPG Key ID: 3D8E353F900B1305

6
renovate.json Normal file
View File

@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "group:nodeJs"],
"ignorePresets": [":prHourlyLimit2"],
"commitMessagePrefix": ":arrow_up:"
}