From 8ccde46f302f397fcc49dfb9a574c9fd4ae94524 Mon Sep 17 00:00:00 2001 From: Albert Sola Date: Wed, 31 Dec 2025 09:59:27 +0100 Subject: [PATCH] MPT-16564 Setup dependabot --- .github/dependabot.yml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..848424b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,39 @@ +version: 2 +updates: + - package-ecosystem: "uv" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + time: "08:00" + timezone: "UTC" + versioning-strategy: "auto" + groups: + python-production: + dependency-type: "production" + python-development: + dependency-type: "development" + commit-message: + prefix: "deps" + include: "scope" + open-pull-requests-limit: 5 + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "monthly" + time: "08:00" + timezone: "UTC" + commit-message: + prefix: "deps" + include: "scope" + open-pull-requests-limit: 5 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + time: "08:00" + timezone: "UTC" + commit-message: + prefix: "deps" + include: "scope" + open-pull-requests-limit: 5