diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..df40251 --- /dev/null +++ b/renovate.json @@ -0,0 +1,38 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended", + ":gitSignOff" + ], + "labels": [ + "changelog:dependencies" + ], + "postUpdateOptions": [ + "gomodTidy", + "gomodUpdateImportPaths" + ], + "suppressNotifications": [ + "prEditedNotification" + ], + "packageRules": [ + { + "matchManagers": [ + "github-actions" + ], + "groupName": "github-actions deps", + "schedule": [ + "on the first day of the month" + ] + }, + { + "matchManagers": [ + "github-actions" + ], + "matchUpdateTypes": [ + "patch", + "digest" + ], + "enabled": false + } + ] +}