We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0aff05 commit dd8c4b8Copy full SHA for dd8c4b8
1 file changed
.github/dependabot.yml
@@ -4,5 +4,17 @@ updates:
4
- package-ecosystem: "npm"
5
directory: "/"
6
schedule:
7
- interval: "weekly"
+ interval: "daily"
8
target-branch: "main"
9
+ pull-request-branch-name:
10
+ separator: "-"
11
+ groups:
12
+ minor-patch-updates:
13
+ applies-to: version-updates
14
+ auto-merge: true
15
+ update-types:
16
+ - "minor"
17
+ - "patch"
18
+ # You can add a prefix to the branch name for this group
19
20
+ prefix: "dependabot-minor-patch"
0 commit comments