From d1d7e44bc019ff304aeb9f91392486ed64b862b2 Mon Sep 17 00:00:00 2001 From: b1ron <80292536+b1ron@users.noreply.github.com> Date: Mon, 4 Mar 2024 13:32:10 +0100 Subject: [PATCH] Add Dependabot configuration (#7) --- .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 0000000..4eac21d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +--- +version: 2 +updates: + - package-ecosystem: "maven" + directory: "/" + assignees: [b1ron] + open-pull-requests-limit: 5 + schedule: + interval: "weekly" + day: "tuesday" + time: "01:32"