We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49da5c6 commit 4c77487Copy full SHA for 4c77487
.github/dependabot.yml
@@ -4,6 +4,8 @@
4
version: 2
5
updates:
6
- package-ecosystem: github-actions
7
+ assignees:
8
+ - kernelsam
9
cooldown:
10
default-days: 21
11
directory: /
.vscode/cspell.json
@@ -23,6 +23,7 @@
23
"gotestfmt",
24
"healthcheck",
25
"ICLA",
26
+ "kernelsam",
27
"osarch",
28
"osdetect",
29
"OSTYPE",
@@ -40,5 +41,7 @@
40
41
"venv",
42
"zizmor"
43
],
- "ignorePaths": [".git/**"]
44
+ "ignorePaths": [
45
+ ".git/**"
46
+ ]
47
}
0 commit comments