Skip to content

Commit d866225

Browse files
more
1 parent dd8c4b8 commit d866225

1 file changed

Lines changed: 19 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)