From bc0f083bc31cc982ddeb7ceefab27e192c708c7f Mon Sep 17 00:00:00 2001 From: John Wilkie Date: Thu, 18 Apr 2024 17:49:47 +0100 Subject: [PATCH] Updated dependabot config --- .github/dependabot.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5662ec67c..8df9de057 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,26 +3,34 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" + groups: + github-actions: + patterns: + - '*' reviewers: - "saurbhc" - "JBWilkie" - open-pull-requests-limit: 5 + open-pull-requests-limit: 1 labels: - "github-actions-updates" - package-ecosystem: "pip" directory: "/" schedule: - interval: "weekly" + interval: "monthly" ignore: # For all packages, ignore all major updates - dependency-name: "*" update-types: - "version-update:semver-major" + groups: + python-requirements: + patterns: + - '*' reviewers: - "saurbhc" - "JBWilkie" - open-pull-requests-limit: 5 + open-pull-requests-limit: 1 labels: - "dependencies"