diff --git a/renovate.json b/renovate.json new file mode 100644 index 00000000..d925a761 --- /dev/null +++ b/renovate.json @@ -0,0 +1,13 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base", + "helpers:pinGitHubActionDigests", + ":gitSignOff" + ], + "timezone": "America/Toronto", + "schedule": ["after 9pm on tuesday and thursday"], + "enabledManagers": ["tekton"], + "prHourlyLimit": 20, + "prConcurrentLimit": 10 +} \ No newline at end of file