File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,15 +6,28 @@ updates:
66 schedule :
77 interval : " daily"
88 target-branch : " main"
9- pull-request-branch-name :
10- separator : " -"
119 groups :
1210 minor-patch-updates :
1311 applies-to : version-updates
14- auto-merge : true
1512 update-types :
1613 - " minor"
1714 - " patch"
18- # You can add a prefix to the branch name for this group
19- pull-request-branch-name :
20- prefix : " dependabot-minor-patch"
15+ # Auto-merge for all npm updates (minor, patch, and major)
16+ auto-merge : true
17+ # Add labels for better organization
18+ labels :
19+ - " dependencies"
20+ - " npm"
21+ - " automerge"
22+
23+ # Configuration for GitHub Actions
24+ - package-ecosystem : " github-actions"
25+ directory : " /"
26+ schedule :
27+ interval : " weekly" # Check for updates weekly
28+ # Auto-merge for all GitHub Actions updates
29+ auto-merge : true
30+ labels :
31+ - " dependencies"
32+ - " github-actions"
33+ - " automerge"
You can’t perform that action at this time.
0 commit comments