From a9cd5ca9f10436f172a74f19a855ebefa3403e4e Mon Sep 17 00:00:00 2001 From: "Aaron (\"AJ\") Steers" Date: Mon, 11 Nov 2024 23:31:30 -0800 Subject: [PATCH] chore: update dependabot rules (#27) --- .github/dependabot.yml | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7ef56f4a..9b727cf9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,13 +5,29 @@ version: 2 updates: - - package-ecosystem: "pip" + - package-ecosystem: pip directory: "/" # Location of package manifests + commit-message: + prefix: "chore(deps): " schedule: - interval: "weekly" + interval: daily + labels: + - chore + open-pull-requests-limit: 8 # default is 5 - - package-ecosystem: "github-actions" - # Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.) + - package-ecosystem: github-actions + open-pull-requests-limit: 5 # default is 5 directory: "/" + commit-message: + prefix: "ci(deps): " schedule: - interval: "weekly" + interval: daily + labels: + - ci + groups: + # allow combining github-actions updates into a single PR + minor-and-patch: + applies-to: version-updates + update-types: + - patch + - minor