|
|
@@ -0,0 +1,17 @@
|
|
|
+{
|
|
|
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
+ "packageRules": [
|
|
|
+ {
|
|
|
+ "matchUpdateTypes": ["minor", "patch"],
|
|
|
+ "matchCurrentVersion": "!/^0/",
|
|
|
+ "automerge": true
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "lockFileMaintenance": {
|
|
|
+ "enabled": true,
|
|
|
+ "automerge": true,
|
|
|
+ "automergeType": "pr",
|
|
|
+ "platformAutomerge": true
|
|
|
+ },
|
|
|
+ "reviewers": ["Sean"]
|
|
|
+}
|