Skip to content

Commit 29152dc

Browse files
authored
Merge pull request #1006 from Homebrew/sync-shared-config
2 parents bb0fdcd + 9168183 commit 29152dc

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
# This file is synced from the `.github` repository, do not modify it directly.
22
---
33
version: 2
4+
multi-ecosystem-groups:
5+
all:
6+
schedule:
7+
interval: weekly
8+
day: friday
9+
time: '08:00'
10+
timezone: Etc/UTC
411
updates:
512
- package-ecosystem: github-actions
613
directory: "/"
7-
schedule:
8-
interval: weekly
9-
day: friday
10-
time: '08:00'
11-
timezone: Etc/UTC
14+
multi-ecosystem-group: all
15+
patterns:
16+
- "*"
1217
allow:
1318
- dependency-type: all
14-
groups:
15-
dependabot:
16-
patterns:
17-
- "*"
1819
cooldown:
1920
default-days: 1
2021
include:

0 commit comments

Comments
 (0)