Skip to content

Commit 850607e

Browse files
authored
Standardize renovate.json and add dependabot assignees (#539)
1 parent be6e5ec commit 850607e

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@
44
version: 2
55
updates:
66
- package-ecosystem: "github-actions"
7+
assignees:
8+
- kernelsam
79
cooldown:
810
default-days: 21
911
directory: "/"
1012
schedule:
1113
interval: "daily"
1214
- package-ecosystem: "pip"
15+
assignees:
16+
- docktermj
1317
cooldown:
1418
default-days: 21
1519
directory: "/"

.github/renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"packageRules": [
1212
{
1313
"matchUpdateTypes": ["major", "minor", "patch"],
14+
"matchPackagePrefixes": ["!senzing/"],
1415
"minimumReleaseAge": "21 days"
1516
}
1617
]

.vscode/cspell.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@
1313
"dearmor",
1414
"Dockerfiles",
1515
"DOCKERHUB",
16+
"docktermj",
1617
"esbenp",
1718
"genkey",
1819
"ICLA",
20+
"kernelsam",
1921
"keyalg",
2022
"keyrings",
2123
"keysize",
@@ -38,5 +40,8 @@
3840
"truststore",
3941
"venv"
4042
],
41-
"ignorePaths": [".git/**", ".gitignore"]
43+
"ignorePaths": [
44+
".git/**",
45+
".gitignore"
46+
]
4247
}

0 commit comments

Comments
 (0)