From ada4a462b660d0985b7e7348a25ba062dfe5f6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Burwash?= <35510512+SBurwash@users.noreply.github.com> Date: Wed, 17 May 2023 09:54:50 -0400 Subject: [PATCH] DE-1651 Tap-Hubspot - Add renovate (#44) * Add renovate * Added codeowners --- .github/CODEOWNERS | 3 +++ renovate.json5 | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 renovate.json5 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 +}