diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 684f72ca..f1a2b26b 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -37,6 +37,9 @@ // https://docs.renovatebot.com/configuration-options/#reviewers "reviewers": ["edgarrmondragon"], + // https://docs.renovatebot.com/configuration-options/#assigneesfromcodeowners + "assigneesFromCodeOwners": true, + "ignorePaths": [ "requirements/requirements-*.txt", ],