From 519f3a37f4085d0b72f9285ace04888a7e78e9ee Mon Sep 17 00:00:00 2001 From: ff137 Date: Tue, 26 Mar 2024 21:40:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Configure=20dependabot=20workflo?= =?UTF-8?q?w?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ff137 --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..2712c1f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +# For details on how this file works refer to: +# - https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +version: 2 +updates: + # Maintain dependencies for GitHub Actions + # - Check for updates once a week + # - Group all updates into a single PR + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + groups: + all-actions: + patterns: ["*"] + + # Maintain pip dependencies + - package-ecosystem: pip + schedule: + interval: daily