diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..cf5da69 --- /dev/null +++ b/renovate.json @@ -0,0 +1,13 @@ +{ + "enabled": true, + "schedule": [ + "before 4am on Saturday" + ], + "packageRules": [ + { + "managers": ["github-actions"], + "groupName": "all github actions", + "groupSlug": "all-github-actions" + } + ] +}