Skip to content

Commit bd02278

Browse files
committed
chore: add standardized dependabot config
Weekly Sunday 22:00 UTC, 5 PR limit per ecosystem, minor+patch grouped. Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
1 parent 7a4e189 commit bd02278

1 file changed

Lines changed: 27 additions & 12 deletions

File tree

.github/dependabot.yml

Lines changed: 27 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,29 @@
11
version: 2
22
updates:
3-
- package-ecosystem: composer
4-
directory: "/"
5-
schedule:
6-
interval: daily
7-
time: "22:00"
8-
open-pull-requests-limit: 10
9-
- package-ecosystem: npm
10-
directory: "/"
11-
schedule:
12-
interval: daily
13-
time: "22:00"
14-
open-pull-requests-limit: 10
3+
- package-ecosystem: composer
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
day: sunday
8+
time: '22:00'
9+
timezone: Etc/UTC
10+
open-pull-requests-limit: 5
11+
groups:
12+
minor-and-patch:
13+
update-types:
14+
- minor
15+
- patch
16+
17+
- package-ecosystem: github-actions
18+
directory: "/"
19+
schedule:
20+
interval: weekly
21+
day: sunday
22+
time: '22:00'
23+
timezone: Etc/UTC
24+
open-pull-requests-limit: 5
25+
groups:
26+
minor-and-patch:
27+
update-types:
28+
- minor
29+
- patch

0 commit comments

Comments
 (0)