Skip to content

Commit 8cac00b

Browse files
authored
chore:(ci): merge pull request #69 from creasico/patch-dependabot-config
Update dependabot config and enable group updates
2 parents 560b4d2 + daab985 commit 8cac00b

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

.github/dependabot.yml

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ updates:
44
- package-ecosystem: composer
55
directory: "/"
66
schedule:
7-
interval: weekly
8-
open-pull-requests-limit: 10
9-
versioning-strategy: lockfile-only
7+
interval: monthly
8+
timezone: "Asia/Jakarta"
9+
open-pull-requests-limit: 5
10+
versioning-strategy: increase-if-necessary
11+
groups:
12+
dev-dependencies:
13+
patterns:
14+
- 'illuminate/*'
15+
- 'laravel/*'
16+
- 'orchestra/*'
17+
update-types: [minor, patch]
18+
19+
- package-ecosystem: npm
20+
directory: "/"
21+
schedule:
22+
interval: monthly
23+
timezone: "Asia/Jakarta"
24+
open-pull-requests-limit: 5
25+
versioning-strategy: increase-if-necessary
26+
groups:
27+
dev-dependencies:
28+
patterns:
29+
- '@commitlint/*'
30+
- 'husky'
31+
- 'lint-staged'
32+
update-types: [minor, patch]

0 commit comments

Comments
 (0)