Skip to content

Commit acf4355

Browse files
authored
Update dependabot.yml
1 parent e35fda7 commit acf4355

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ updates:
2121
interval: "daily"
2222
- package-ecosystem: "nuget"
2323
cooldown:
24-
default-days: 7000
25-
include: "Senzing.Sdk"
24+
default-days: 90
25+
include:
26+
- "Senzing.Sdk"
2627
directories:
2728
- /csharp/snippets/configuration/InitDefaultConfig/
2829
- /csharp/snippets/configuration/RegisterDataSources/
@@ -57,7 +58,9 @@ updates:
5758
update-types: ["version-update:semver-major","version-update:semver-minor","version-update:semver-patch"]
5859
groups:
5960
all:
60-
patterns: "*"
61-
exclude-pattern: "Senzing.Sdk"
61+
patterns:
62+
- "*"
63+
exclude-pattern:
64+
- "Senzing.Sdk"
6265
schedule:
6366
interval: "daily"

0 commit comments

Comments
 (0)