From fe66c64e85771c6ea61b8205733dcf009631ddd5 Mon Sep 17 00:00:00 2001 From: Stephen Nesman <94193373+snesm@users.noreply.github.com> Date: Fri, 20 Sep 2024 13:36:11 -0400 Subject: [PATCH] add /auth to dependabot (#15935) --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e96977a7103..8bc1de5d19f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -324,6 +324,17 @@ updates: timezone: "US/Eastern" rebase-strategy: "disabled" + # auth + - package-ecosystem: "gradle" + directory: "/auth" + open-pull-requests-limit: 100 + schedule: + interval: "weekly" + day: "sunday" + time: "04:17" + timezone: "US/Eastern" + rebase-strategy: "disabled" + # Backend - package-ecosystem: "gradle" directory: "/prime-router"