From 5c8eb21ab341a62fda6e8ea35ecd915378f9f61d Mon Sep 17 00:00:00 2001 From: Domenico Sibilio Date: Wed, 3 Jun 2026 15:58:53 +0200 Subject: [PATCH] AAE-46387 Standardize DependaBot config schedule/grouping (#11953) [skip ci] --- .github/dependabot.yml | 68 ++++++++++++------------------------------ 1 file changed, 19 insertions(+), 49 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f8e36e9c15..7061f9f9b9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -32,59 +32,29 @@ updates: - dependency-name: "typescript" - package-ecosystem: "github-actions" - directory: "/" + directories: + - "/" + - "/.github/actions/before-install" + - "/.github/actions/create-git-tag" + - "/.github/actions/download-node-modules-and-artifacts" + - "/.github/actions/enable-dryrun" + - "/.github/actions/get-latest-tag-sha" + - "/.github/actions/npm-check-bundle" + - "/.github/actions/save-nx-cache" + - "/.github/actions/set-npm-tag" + - "/.github/actions/setup" + - "/.github/actions/upload-node-modules-and-artifacts" schedule: interval: "weekly" cooldown: default-days: 3 + groups: + github-actions: + patterns: + - "*" + update-types: + - "minor" + - "patch" ignore: # Managed by gh aw add. Version-locked to the gh-aw compiler; do not bump. - dependency-name: "github/gh-aw-actions" - - package-ecosystem: "github-actions" - directory: "/.github/actions/before-install" - schedule: - interval: "weekly" - cooldown: - default-days: 3 - - package-ecosystem: "github-actions" - directory: "/.github/actions/download-node-modules-and-artifacts" - schedule: - interval: "weekly" - cooldown: - default-days: 3 - - package-ecosystem: "github-actions" - directory: "/.github/actions/enable-dryrun" - schedule: - interval: "weekly" - cooldown: - default-days: 3 - - package-ecosystem: "github-actions" - directory: "/.github/actions/get-latest-tag-sha" - schedule: - interval: "weekly" - cooldown: - default-days: 3 - - package-ecosystem: "github-actions" - directory: "/.github/actions/npm-check-bundle" - schedule: - interval: "weekly" - cooldown: - default-days: 3 - - package-ecosystem: "github-actions" - directory: "/.github/actions/set-npm-tag" - schedule: - interval: "weekly" - cooldown: - default-days: 3 - - package-ecosystem: "github-actions" - directory: "/.github/actions/setup" - schedule: - interval: "weekly" - cooldown: - default-days: 3 - - package-ecosystem: "github-actions" - directory: "/.github/actions/upload-node-modules-and-artifacts" - schedule: - interval: "weekly" - cooldown: - default-days: 3