From d79a2349ea427641ce2296923645a3e0d1918c38 Mon Sep 17 00:00:00 2001 From: Shivam Goyal Date: Mon, 15 Jan 2024 15:44:48 +0530 Subject: [PATCH] TP-54317 | Synced file(s) with navi-android/workflows (#298) --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 50651ba..0506483 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,11 +7,27 @@ updates: directory: "/" schedule: interval: "daily" + time: "10:00" + timezone: "Asia/Kolkata" + open-pull-requests-limit: 10 commit-message: prefix: "TP-52884 | " + labels: + - "DEPENDABOT / GITHUB ACTIONS" + reviewers: + - "navi-android/critical-codeowners" + ignore: + - dependency-name: "navi-*" - package-ecosystem: "gradle" directory: "/" schedule: interval: "daily" + time: "10:00" + timezone: "Asia/Kolkata" + open-pull-requests-limit: 10 commit-message: prefix: "TP-52884 | " + labels: + - "DEPENDABOT / GRADLE" + reviewers: + - "navi-android/critical-codeowners"