diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..1f85ba4 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,13 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:base", "group:typescript-eslintMonorepo"], + "labels": ["dependencies"], + "rangeStrategy": "bump", + "reviewers": ["borales"], + "packageRules": [ + { + "matchSourceUrlPrefixes": ["https://github.com/actions/toolkit"], + "groupName": "GitHub Actions Toolkit" + } + ] +}