From: Matthew Watkins Date: Wed, 19 Mar 2025 10:42:25 +0000 (+0000) Subject: Chore: Enable dependabot for Gradle pacakge ecosystem updates X-Git-Tag: 0.1.2~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=025aac8323d5fb84ae45389b6eda93a718f7694c;p=portal-ng%2Fbff.git Chore: Enable dependabot for Gradle pacakge ecosystem updates Issue-ID: CIMAN-33 Change-Id: I0e4d068bf8d43bfd70100abf54eb013feb91bdfa Signed-off-by: Matthew Watkins --- 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"