From 6db1dd11a8a03cc76142fc9e518f0c27fa927d8b Mon Sep 17 00:00:00 2001 From: Selahattin <98191442+SelahattinSert@users.noreply.github.com> Date: Tue, 30 Sep 2025 16:33:30 +0300 Subject: [PATCH] Add Dependabot configuration --- .github/dependabot.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..358cf18 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,25 @@ +version: 2 +updates: + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + time: "22:00" + timezone: "Europe/Istanbul" + open-pull-requests-limit: 5 + assignees: + - "SelahattinSert" + labels: + - "dependencies" + - "maven" + groups: + spring-dependencies: + patterns: + - "org.springframework*" + - "org.springframework.boot*" + - "io.micrometer*" + azure-dependencies: + patterns: + - "com.azure.spring*" + - "com.azure*"