From bbf3d2192ad908b0a5d78a8307aeaeb318718881 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Thu, 31 Oct 2024 16:22:44 +0000 Subject: [PATCH] Update Dependabot workflows. --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 63b021c0..324f6e72 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,11 @@ version: 2 updates: + - package-ecosystem: "gradle" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "github-actions" directory: "/" schedule: @@ -12,4 +17,3 @@ updates: directory: "/" schedule: interval: "daily" -