From 24439f13afa21956fafc21dc0bb7920bf52778bd Mon Sep 17 00:00:00 2001 From: NonSwag <54660361+NonSwag@users.noreply.github.com> Date: Sun, 14 Jul 2024 12:03:55 +0200 Subject: [PATCH] [ci skip] Update dependabot.yml --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3e4a382e..f45ac88a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,8 @@ version: 2 updates: - package-ecosystem: "gradle" # See documentation for possible values - directory: "/" # Location of package manifests + directories: # Locations of package manifests + - "/" + - "/api" schedule: interval: "weekly"