Skip to content

Commit 4c77487

Browse files
authored
Standardize renovate.json and add dependabot assignees (#156)
1 parent 49da5c6 commit 4c77487

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
version: 2
55
updates:
66
- package-ecosystem: github-actions
7+
assignees:
8+
- kernelsam
79
cooldown:
810
default-days: 21
911
directory: /

.vscode/cspell.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"gotestfmt",
2424
"healthcheck",
2525
"ICLA",
26+
"kernelsam",
2627
"osarch",
2728
"osdetect",
2829
"OSTYPE",
@@ -40,5 +41,7 @@
4041
"venv",
4142
"zizmor"
4243
],
43-
"ignorePaths": [".git/**"]
44+
"ignorePaths": [
45+
".git/**"
46+
]
4447
}

0 commit comments

Comments
 (0)