From e8bb4ec73b9b8fe42238f7b641e326ec4ff7c432 Mon Sep 17 00:00:00 2001 From: Can Demiralp Date: Thu, 5 Dec 2024 14:00:34 +0100 Subject: [PATCH] [ECP-9543] Enable Dependabot with basic configuration (#2820) * [ECP-9543] Enable Dependabot with basic configuration * [ECP-9543] Update Dependabot rules * [ECP-9543] Formatting --------- Co-authored-by: Can Demiralp --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..9c9805543 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +version: 2 + +updates: + - package-ecosystem: "composer" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 3 + labels: + - "dependencies" + target-branch: "main" + + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 3 + labels: + - "dependencies" + target-branch: "main"