From 025aac8323d5fb84ae45389b6eda93a718f7694c Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Wed, 19 Mar 2025 10:42:25 +0000 Subject: [PATCH] Chore: Enable dependabot for Gradle pacakge ecosystem updates Issue-ID: CIMAN-33 Change-Id: I0e4d068bf8d43bfd70100abf54eb013feb91bdfa Signed-off-by: Matthew Watkins --- .github/dependabot.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8979dd8..58c5c96 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,11 +3,10 @@ version: 2 updates: - # Enable version updates for npm - - package-ecosystem: "npm" - # Look for `package.json` and `lock` files in the `root` directory + # Enable version updates for Gradle + - package-ecosystem: "gradle" directory: "/" - # Check the npm registry for updates every day (weekdays) + # Check the Gradle registry for updates every week schedule: interval: "weekly" -- 2.16.6