From 340265a892f793a43c782a3eb3ebfeacf346d938 Mon Sep 17 00:00:00 2001 From: Fabio Burzigotti <34456377+fabiobrz@users.noreply.github.com> Date: Fri, 18 Oct 2024 17:35:32 +0200 Subject: [PATCH] Create dependabot.yml to enable dependantbot v2 version updates (#1327) --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..b76b89570 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"