From f00e8f014b45b76f68d85309d5f92d83e623ebfa Mon Sep 17 00:00:00 2001 From: Kacper Magdziarz <95610011+kmagdziarz@users.noreply.github.com> Date: Thu, 12 Mar 2026 13:03:27 +0100 Subject: [PATCH] [ACS-11384] Disable dependabot version upgrades for maven ecosystem and add grouping for GHA (#1673) --- .github/dependabot.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1bdb5fb48..3bef93e5d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,8 +12,9 @@ updates: schedule: interval: daily time: "22:00" - timezone: Africa/Abidjan - open-pull-requests-limit: 99 + timezone: "Europe/London" + # disabling versions updates, when set to 0 only security updates will open + open-pull-requests-limit: 0 ignore: # Upstream alfresco-community-repo artifacts - dependency-name: org.alfresco:alfresco-community-repo @@ -41,3 +42,11 @@ updates: - ">= 3.a, < 4" registries: - maven-repository-artifacts-alfresco-com-nexus-content-groups-int +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + github-actions: + patterns: + - "*"