From 0de1422bf80b7c69f625fbd94e2eadc4db92e3ce Mon Sep 17 00:00:00 2001 From: Sijie Date: Tue, 17 Jun 2025 14:29:41 -0700 Subject: [PATCH] add gha to dependabot file --- .github/dependabot.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f506fa4..d36b0f8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,17 +1,23 @@ version: 2 updates: - # Docker + # Docker base images - package-ecosystem: docker directory: "/" schedule: - interval: weekly - time: '11:00' + interval: monthly open-pull-requests-limit: 25 - # GitHub Actions + # GitHub Actions workflows - package-ecosystem: "github-actions" directory: ".github/workflows" schedule: - interval: "monthly" + interval: monthly + open-pull-requests-limit: 25 + + # Gradle (Java dependencies) + - package-ecosystem: gradle + directory: "/" + schedule: + interval: monthly open-pull-requests-limit: 25