From 1f3f562a7833300b4595b17694ad99beb1f11cde Mon Sep 17 00:00:00 2001 From: Yassine Benabbas <1958676+yostane@users.noreply.github.com> Date: Sat, 24 Aug 2024 13:22:00 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 78e8eae5..060b8683 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,15 @@ version: 2 updates: + - package-ecosystem: "github-actions" + # Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.) + directory: "/" + schedule: + interval: "monthly" + groups: + dev-dependencies: + patterns: + - "*" # Group all updates - package-ecosystem: "npm" # See documentation for possible values directory: "/docs/" # Location of package manifests schedule: @@ -14,7 +23,16 @@ updates: patterns: - "*" # Group all updates - package-ecosystem: "gradle" - directory: "/material/" + directories: + - "/material/*" + schedule: + interval: "monthly" + groups: + dev-dependencies: + patterns: + - "*" # Group all updates + - package-ecosystem: "pip" + directory: "/material/rest-api-ui-ktor-quiz-collector/result-explorer/" schedule: interval: "monthly" groups: