From c50b3630d1cb4cbc0a07615d1a513e8fbdd8aff7 Mon Sep 17 00:00:00 2001 From: Jens Pots Date: Fri, 31 May 2024 13:09:13 +0200 Subject: [PATCH] chore: init dependabot --- .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..b00c3bd --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "gradle" + directory: "/" + schedule: + interval: "daily"