From 21f11c6c277323f4cdb250f676b45d23bcc10419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20DEU?= Date: Sat, 6 Jul 2024 15:08:26 +0200 Subject: [PATCH] feat: add Dependabot configuration --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..3382f3e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 + +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + + - package-ecosystem: maven + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 \ No newline at end of file