From a870fad90408f28f30ff1a97e0e2196e9d0aa97c Mon Sep 17 00:00:00 2001 From: Steven Noorbergen Date: Fri, 3 Jan 2025 11:54:53 +0100 Subject: [PATCH] Chore: Configure dependabot to notify of outdated packages --- .github/dependabot.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fbabf67..4436137 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,18 +1,21 @@ version: 2 updates: - package-ecosystem: pip - # We only want to bump versions of packages in case of security updates, as - # we want to keep maximum compatibility - see https://t.ly/INSR_ - open-pull-requests-limit: 0 - directory: "/" - labels: [] + directory: / schedule: interval: weekly time: "08:00" + groups: + dependencies: + patterns: + - '*' + - package-ecosystem: github-actions - open-pull-requests-limit: 10 - directory: "/" - labels: [] + directory: / schedule: interval: weekly time: "08:00" + groups: + dependencies: + patterns: + - '*'