From e6b00846bd7f3a7a5986e5f7a1fc63d2c8daa343 Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Thu, 25 Apr 2024 21:33:30 +0200 Subject: [PATCH] Add dependabot Dependabot helps to keep the dependencies up to date. --- .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 00000000..50c24e1c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 5