From 9abd7598209fb69e52a3e4f644a8339ed8690c77 Mon Sep 17 00:00:00 2001 From: Ilya Lisov <69322277+IlyaLisov@users.noreply.github.com> Date: Tue, 6 Feb 2024 12:30:00 +0300 Subject: [PATCH] Create dependabot.yml --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..04ceb6e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "weekly"