We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c362545 commit a250ef9Copy full SHA for a250ef9
1 file changed
.github/dependabot.yml
@@ -7,7 +7,11 @@ updates:
7
day: monday
8
time: "06:00"
9
timezone: Europe/Kyiv
10
- open-pull-requests-limit: 5
+ open-pull-requests-limit: 1
11
+ groups:
12
+ nuget-all:
13
+ patterns:
14
+ - "*"
15
labels:
16
- "🧹 chore"
17
- "📦 dependencies"
@@ -22,7 +26,11 @@ updates:
22
26
23
27
24
28
25
29
30
31
+ github-actions-all:
32
33
34
35
36
- "🤖 ci"
0 commit comments