Skip to content

Commit e35fda7

Browse files
authored
test
1 parent 9356f69 commit e35fda7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ updates:
2020
schedule:
2121
interval: "daily"
2222
- package-ecosystem: "nuget"
23+
cooldown:
24+
default-days: 7000
25+
include: "Senzing.Sdk"
2326
directories:
2427
- /csharp/snippets/configuration/InitDefaultConfig/
2528
- /csharp/snippets/configuration/RegisterDataSources/
@@ -51,5 +54,10 @@ updates:
5154
- /csharp/runner/SnippetRunner/
5255
ignore:
5356
- 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"
5462
schedule:
5563
interval: "daily"

0 commit comments

Comments
 (0)