diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..c8f2807 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @thasmo diff --git a/renovate.json b/renovate.json index ac08426..60b9d3c 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended"] + "extends": ["config:recommended"], + "assigneesFromCodeOwners": true }