There was an error while loading. Please reload this page.
1 parent 2ca6a69 commit 7389139Copy full SHA for 7389139
1 file changed
.github/dependabot.yml
@@ -12,8 +12,9 @@ updates:
12
schedule:
13
interval: daily
14
time: "22:00"
15
- timezone: Africa/Abidjan
16
- open-pull-requests-limit: 99
+ timezone: "Europe/London"
+ # disabling versions updates, when set to 0 only security updates will open
17
+ open-pull-requests-limit: 0
18
ignore:
19
# Upstream alfresco-enterprise-repo artifacts
20
- dependency-name: org.alfresco:alfresco-enterprise-repo
@@ -45,4 +46,8 @@ updates:
45
46
- package-ecosystem: "github-actions"
47
directory: "/"
48
- interval: "monthly"
49
+ interval: "weekly"
50
+ groups:
51
+ github-actions:
52
+ patterns:
53
+ - "*"
0 commit comments