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 e35fda7 commit acf4355Copy full SHA for acf4355
.github/dependabot.yml
@@ -21,8 +21,9 @@ updates:
21
interval: "daily"
22
- package-ecosystem: "nuget"
23
cooldown:
24
- default-days: 7000
25
- include: "Senzing.Sdk"
+ default-days: 90
+ include:
26
+ - "Senzing.Sdk"
27
directories:
28
- /csharp/snippets/configuration/InitDefaultConfig/
29
- /csharp/snippets/configuration/RegisterDataSources/
@@ -57,7 +58,9 @@ updates:
57
58
update-types: ["version-update:semver-major","version-update:semver-minor","version-update:semver-patch"]
59
groups:
60
all:
- patterns: "*"
61
- exclude-pattern: "Senzing.Sdk"
+ patterns:
62
+ - "*"
63
+ exclude-pattern:
64
65
schedule:
66
0 commit comments