We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc786a7 commit 3817a14Copy full SHA for 3817a14
1 file changed
.github/dependabot.yml
@@ -12,8 +12,27 @@ updates:
12
schedule:
13
interval: "daily"
14
versioning-strategy: "increase"
15
+ target-branch: "master"
16
open-pull-requests-limit: 20
17
commit-message:
18
prefix: "fix"
19
prefix-development: "build"
20
include: "scope"
21
+ groups:
22
+ majorProd:
23
+ applies-to: version-updates
24
+ dependency-type: production
25
+ update-types:
26
+ - "major"
27
+ majorDev:
28
29
+ dependency-type: development
30
+ exclude-patterns:
31
+ - "eslint"
32
33
34
+ minorAndPatch:
35
36
37
+ - "patch"
38
+ - "minor"
0 commit comments