Skip to content

Commit c7fc140

Browse files
authoredApr 2, 2025
chore: group Dependabot minor/patch updates (#1520)
1 parent 25a9379 commit c7fc140

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
 

‎.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,29 @@ updates:
55
schedule:
66
interval: monthly
77
versioning-strategy: increase
8+
open-pull-requests-limit: 99
9+
groups:
10+
dependencies:
11+
applies-to: version-updates
12+
patterns:
13+
- '*'
14+
update-types:
15+
- 'minor'
16+
- 'patch'
817
- package-ecosystem: npm
918
directory: '/website'
1019
schedule:
1120
interval: monthly
1221
versioning-strategy: increase
22+
open-pull-requests-limit: 99
23+
groups:
24+
dependencies:
25+
applies-to: version-updates
26+
patterns:
27+
- '*'
28+
update-types:
29+
- 'minor'
30+
- 'patch'
1331
- package-ecosystem: npm
1432
directory: '/website/plugins/docusaurus-plugin-hotjar'
1533
schedule:

0 commit comments

Comments
 (0)