From ca960e7c4bf24bcc357f65f15067bec10c0c5fa3 Mon Sep 17 00:00:00 2001 From: Dennis Kieselhorst Date: Mon, 15 Jul 2024 07:06:33 +0200 Subject: [PATCH] chore(deps): https://github.blog/changelog/2024-06-25-simplified-dependabot-yml-configuration-with-multi-directory-key-directories-and-wildcard-glob-support/ --- .github/dependabot.yml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aaed7992c..6dfe9ec49 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,21 +7,12 @@ version: 2 updates: - package-ecosystem: maven directories: - - "/" - - "/samples/spring/pet-store" - - "/samples/springboot3/pet-store" - - "/samples/springboot3/alt-pet-store" - - "/samples/springboot3/graphql-pet-store" - - "/samples/springboot3/pet-store-native" - - "/samples/jersey/pet-store" + - "**/*" schedule: interval: "weekly" + open-pull-requests-limit: 20 - package-ecosystem: gradle directories: - - "/samples/spring/pet-store" - - "/samples/springboot3/pet-store" - - "/samples/springboot3/alt-pet-store" - - "/samples/springboot3/pet-store-native" - - "/samples/jersey/pet-store" + - "**/*" schedule: interval: "weekly" \ No newline at end of file