Skip to content

Commit 7389139

Browse files
authored
[ACS-11384] Disable dependabot version upgrades for maven ecosystem and add grouping for GHA (#3346)
1 parent 2ca6a69 commit 7389139

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ updates:
1212
schedule:
1313
interval: daily
1414
time: "22:00"
15-
timezone: Africa/Abidjan
16-
open-pull-requests-limit: 99
15+
timezone: "Europe/London"
16+
# disabling versions updates, when set to 0 only security updates will open
17+
open-pull-requests-limit: 0
1718
ignore:
1819
# Upstream alfresco-enterprise-repo artifacts
1920
- dependency-name: org.alfresco:alfresco-enterprise-repo
@@ -45,4 +46,8 @@ updates:
4546
- package-ecosystem: "github-actions"
4647
directory: "/"
4748
schedule:
48-
interval: "monthly"
49+
interval: "weekly"
50+
groups:
51+
github-actions:
52+
patterns:
53+
- "*"

0 commit comments

Comments
 (0)