mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2026-09-16 18:13:21 +00:00
[ACS-11384] Disable dependabot version upgrades for maven ecosystem and add grouping for GHA (#1673)
This commit is contained in:
+11
-2
@@ -12,8 +12,9 @@ updates:
|
|||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
time: "22:00"
|
time: "22:00"
|
||||||
timezone: Africa/Abidjan
|
timezone: "Europe/London"
|
||||||
open-pull-requests-limit: 99
|
# disabling versions updates, when set to 0 only security updates will open
|
||||||
|
open-pull-requests-limit: 0
|
||||||
ignore:
|
ignore:
|
||||||
# Upstream alfresco-community-repo artifacts
|
# Upstream alfresco-community-repo artifacts
|
||||||
- dependency-name: org.alfresco:alfresco-community-repo
|
- dependency-name: org.alfresco:alfresco-community-repo
|
||||||
@@ -41,3 +42,11 @@ updates:
|
|||||||
- ">= 3.a, < 4"
|
- ">= 3.a, < 4"
|
||||||
registries:
|
registries:
|
||||||
- maven-repository-artifacts-alfresco-com-nexus-content-groups-int
|
- maven-repository-artifacts-alfresco-com-nexus-content-groups-int
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
groups:
|
||||||
|
github-actions:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
|||||||
Reference in New Issue
Block a user