From c1177ac64c49aaf77ea1f3b521bbdaa24a31c77c Mon Sep 17 00:00:00 2001 From: Roman Danilov <35975332+Nekiplay@users.noreply.github.com> Date: Wed, 24 Apr 2024 16:50:12 +0500 Subject: [PATCH] Create dependabot.yml --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..343ffaf --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +version: 2 +updates: + + - package-ecosystem: "gradle" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: "gradle" + include: "scope" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: "github-actions" + include: "scope"