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 8a132bc commit 1b97ba9Copy full SHA for 1b97ba9
1 file changed
.github/dependabot.yml
@@ -20,6 +20,15 @@ updates:
20
- "ch1seL"
21
open-pull-requests-limit: 1
22
rebase-strategy: "auto"
23
+ ignore:
24
+ - dependency-name: "FluentAssertions"
25
+ versions: [ ">=8.0.0" ]
26
+ - dependency-name: "AutoMapper"
27
+ versions: [ ">=15.0.0" ]
28
+ - dependency-name: "MassTransit*"
29
+ versions: [ ">=9.0.0" ]
30
+ - dependency-name: "MediatR"
31
+ versions: [ ">=13.0.0" ]
32
groups:
33
All:
34
patterns:
0 commit comments