From fdf6fdafa44ce6ac4ca636ff8475893edbcb423b Mon Sep 17 00:00:00 2001 From: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:25:15 -0500 Subject: [PATCH] Add MintMaker config file Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com> --- .github/renovate.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 00000000000..18af276d7c7 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,5 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "schedule": "before 8am on Monday", + "timezone": "America/New_York" +}