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 9356f69 commit e35fda7Copy full SHA for e35fda7
.github/dependabot.yml
@@ -20,6 +20,9 @@ updates:
20
schedule:
21
interval: "daily"
22
- package-ecosystem: "nuget"
23
+ cooldown:
24
+ default-days: 7000
25
+ include: "Senzing.Sdk"
26
directories:
27
- /csharp/snippets/configuration/InitDefaultConfig/
28
- /csharp/snippets/configuration/RegisterDataSources/
@@ -51,5 +54,10 @@ updates:
51
54
- /csharp/runner/SnippetRunner/
52
55
ignore:
53
56
- dependency-name: "Senzing.Sdk"
57
+ update-types: ["version-update:semver-major","version-update:semver-minor","version-update:semver-patch"]
58
+ groups:
59
+ all:
60
+ patterns: "*"
61
+ exclude-pattern: "Senzing.Sdk"
62
63
0 commit comments