From 8a77514a5ab36066d81c854edc2fc666dd856ee0 Mon Sep 17 00:00:00 2001 From: agaraschuk-sift <97449723+agaraschuk-sift@users.noreply.github.com> Date: Thu, 29 May 2025 13:58:50 +0200 Subject: [PATCH] Create dependabot.yml Configuring Dependabot scan --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..895bfec6 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "gradle" + directory: "/" # Location of your `build.gradle` or `build.gradle.kts` + schedule: + interval: "daily" # Options: "daily", "weekly", "monthly" + open-pull-requests-limit: 10 + rebase-strategy: "auto" + commit-message: + prefix: "chore" + include: "scope"