We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5c6e4 commit edd4f1fCopy full SHA for edd4f1f
1 file changed
.github/dependabot.yml
@@ -4,3 +4,20 @@ updates:
4
directory: '/'
5
schedule:
6
interval: 'monthly'
7
+ groups:
8
+ # PR: "Security update [package] from [old] to [new]"
9
+ # This PR should be merged in hurry
10
+ security-updates:
11
+ applies-to: security-updates
12
+ patterns:
13
+ - '*'
14
+
15
+ # PR: "Bump [package] from [old] to [new]"
16
+ # No need to be merged this PR in hurry. It is enough to merge
17
+ # once in a month.
18
+ monthly-updates:
19
+ applies-to: version-updates
20
21
22
+ # Allow to create PR both of security and normal updates.
23
+ open-pull-requests-limit: 1
0 commit comments