From 80d6ae3b3ebf8594acca7cbb7331608828bd1222 Mon Sep 17 00:00:00 2001 From: Kanwalpreet Dhindsa Date: Thu, 5 Sep 2024 16:48:52 -0700 Subject: [PATCH] updated dependabot config --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4aea990..0b39ee0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,24 @@ version: 2 updates: + - package-ecosystem: "gradle" + directories: + - "/" + - "/gradle" + schedule: + interval: "weekly" + day: "sunday" + time: "02:00" + open-pull-requests-limit: 2 + groups: + minor-and-patch: + applies-to: version-updates + update-types: + - "patch" + - "minor" + major: + applies-to: version-updates + update-types: + - "major" - package-ecosystem: "github-actions" directory: "/" schedule: