AAE-46386 Set DependaBot cooldown for all ecosystems as 3d (#11947)

[skip ci]
This commit is contained in:
Domenico Sibilio
2026-06-01 14:54:56 +02:00
committed by GitHub
parent f602070f1e
commit 274ddb3098
+20
View File
@@ -6,6 +6,8 @@ updates:
interval: "weekly" interval: "weekly"
day: "sunday" day: "sunday"
time: "07:00" time: "07:00"
cooldown:
default-days: 3
open-pull-requests-limit: 5 open-pull-requests-limit: 5
target-branch: develop target-branch: develop
groups: groups:
@@ -33,6 +35,8 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "weekly"
cooldown:
default-days: 3
ignore: ignore:
# Managed by gh aw add. Version-locked to the gh-aw compiler; do not bump. # Managed by gh aw add. Version-locked to the gh-aw compiler; do not bump.
- dependency-name: "github/gh-aw-actions" - dependency-name: "github/gh-aw-actions"
@@ -40,31 +44,47 @@ updates:
directory: "/.github/actions/before-install" directory: "/.github/actions/before-install"
schedule: schedule:
interval: "weekly" interval: "weekly"
cooldown:
default-days: 3
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/.github/actions/download-node-modules-and-artifacts" directory: "/.github/actions/download-node-modules-and-artifacts"
schedule: schedule:
interval: "weekly" interval: "weekly"
cooldown:
default-days: 3
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/.github/actions/enable-dryrun" directory: "/.github/actions/enable-dryrun"
schedule: schedule:
interval: "weekly" interval: "weekly"
cooldown:
default-days: 3
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/.github/actions/get-latest-tag-sha" directory: "/.github/actions/get-latest-tag-sha"
schedule: schedule:
interval: "weekly" interval: "weekly"
cooldown:
default-days: 3
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/.github/actions/npm-check-bundle" directory: "/.github/actions/npm-check-bundle"
schedule: schedule:
interval: "weekly" interval: "weekly"
cooldown:
default-days: 3
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/.github/actions/set-npm-tag" directory: "/.github/actions/set-npm-tag"
schedule: schedule:
interval: "weekly" interval: "weekly"
cooldown:
default-days: 3
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/.github/actions/setup" directory: "/.github/actions/setup"
schedule: schedule:
interval: "weekly" interval: "weekly"
cooldown:
default-days: 3
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/.github/actions/upload-node-modules-and-artifacts" directory: "/.github/actions/upload-node-modules-and-artifacts"
schedule: schedule:
interval: "weekly" interval: "weekly"
cooldown:
default-days: 3