From b6de265cab09140afac8c510579818dfb6371ac5 Mon Sep 17 00:00:00 2001 From: Tanjona Rabemananjara Date: Fri, 16 Aug 2024 19:57:18 +0200 Subject: [PATCH] initiate depedentbot configuration file --- .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 00000000..534c1511 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,25 @@ +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#about-the-dependabotyml-file +version: 2 +updates: + - package-ecosystem: "pip" + # Set path to where pyproject.toml is located + directory: "/" + # This will hunt everyone every Monday + schedule: + interval: "weekly" + day: "monday" + time: "08:00" + timezone: "Europe/Berlin" + target-branch: "main" + labels: + - "pineappl" + - "eko" + - "dependencies" + groups: + core-dependencies: + applies-to: version-updates + patterns: + - "pineappl" + - "eko" + pull-request-branch-name: + separator: "-"