From b35bfeff711f996414afb769beec65779eef583b Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Sun, 23 Apr 2023 17:26:43 +0200 Subject: [PATCH] Enable Dependabot in the repository --- .github/workflows/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 0000000..77b7b2f --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: +- package-ecosystem: maven + directory: "/" + schedule: + interval: daily + time: "00:00" + open-pull-requests-limit: 10