From 0624f3704a2e88e95bf36f6debf4caed048bc55e Mon Sep 17 00:00:00 2001 From: Thomas Carmet <8408330+tcarmet@users.noreply.github.com> Date: Tue, 16 Jul 2024 10:17:56 -0700 Subject: [PATCH] Update dependabot.yaml --- .github/dependabot.yaml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 90e0e68c..5e310640 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -11,12 +11,6 @@ updates: directory: / schedule: interval: weekly - commit-message: - prefix: github-actions - include: scope - labels: - - github-actions - - dependencies groups: actions: patterns: @@ -32,12 +26,6 @@ updates: - manifests/base/runner-manager/redis schedule: interval: weekly - commit-message: - prefix: docker - include: scope - labels: - - docker - - dependencies groups: docker: patterns: @@ -49,17 +37,4 @@ updates: directory: / schedule: interval: weekly - commit-message: - prefix: pip - include: scope - labels: - - pip - - dependencies - groups: - pip: - patterns: - - "*" - update-types: - - patch - - minor