Chore: Enable dependabot for Gradle pacakge ecosystem updates 03/140503/1
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Wed, 19 Mar 2025 10:42:25 +0000 (10:42 +0000)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Wed, 19 Mar 2025 10:42:25 +0000 (10:42 +0000)
Issue-ID: CIMAN-33

Change-Id: I0e4d068bf8d43bfd70100abf54eb013feb91bdfa
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
.github/dependabot.yml

index 8979dd8..58c5c96 100644 (file)
@@ -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"