diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..ce568ea --- /dev/null +++ b/renovate.json @@ -0,0 +1,18 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ], + "prHourlyLimit": 3, + "reviewers": ["StephaniePruna"], + "branchPrefix": "renovate/", + "additionalBranchPrefix": "chore-monthly-tools-patching", + "commitBody": "Montly Tools Patching", + "commitBodyTable": true, + "enabled": true, + "timezone": "Australia/Melbourne", + "schedule": [ + "* 10 20 * *" + ], + "ignoreDeps": [] +}