diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..4eed594 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# More info: https://help.github.com/articles/about-codeowners/ + +* @potloc/data-engineering diff --git a/renovate.json5 b/renovate.json5 new file mode 100644 index 0000000..1bece2a --- /dev/null +++ b/renovate.json5 @@ -0,0 +1,8 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base" + ], + "prCreation": "immediate", + "prHourlyLimit": 5 +}