From 492fcd5a8a3b0f6a26d8cb9641df2f9376f49a22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Mino?= Date: Sun, 1 Sep 2024 00:15:09 +0200 Subject: [PATCH] chore: enable dependabot for maven dependencies of openapi-maven-plugin --- .github/dependabot.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 78bd00f4..638581ff 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,10 @@ # Configure the github "dependabot" for : # - Disables npm security scan (the angular sample projet does not need security updates since it is not part of the product) +# - Enables updates for the maven dependencies version: 2 updates: - - package-ecosystem: "npm" - directory: "/something-not-existing" + - package-ecosystem: "maven" + directory: "/openapi-maven-plugin" schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly"