There was an error while loading. Please reload this page.
1 parent cf07403 commit ce63845Copy full SHA for ce63845
1 file changed
.github/dependabot.yml
@@ -13,8 +13,10 @@ updates:
13
timezone: "Asia/Amman"
14
open-pull-requests-limit: 10
15
groups:
16
- nuget-minor-patch:
17
- update-types: ["minor", "patch"]
+ nuget-patch:
+ update-types: ["patch"]
18
+ nuget-minor:
19
+ update-types: ["minor"]
20
labels:
21
- "dependencies"
22
- "nuget"
@@ -42,8 +44,10 @@ updates:
42
44
43
45
open-pull-requests-limit: 5
46
- actions-minor-patch:
47
+ actions-patch:
48
49
+ actions-minor:
50
51
52
53
- "github-actions"
0 commit comments