diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..a69f8fb --- /dev/null +++ b/renovate.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "assignees": ["dr460nf1r3"], + "commitMessageAction": "update", + "extends": ["config:base", ":gitSignOff"], + "reviewersFromCodeOwners": true +}