diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..4e575c5 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,26 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>ni/python-renovate-config:recommended" + ], + "packageRules": [ + { + "description": "Update Ruby packages early Monday mornings.", + "matchCategories": [ + "ruby" + ], + "matchUpdateTypes": [ + "major", + "minor", + "patch", + "rollback", + "replacement" + ], + "groupName": "Ruby packages", + "groupSlug": "ruby", + "extends": [ + "schedule:weekly" + ] + } + ] +} \ No newline at end of file