Skip to content

Commit a09ff20

Browse files
chore: add CODEOWNERS (#29)
* chore: add CODEOWNERS * chore: add dependabot config for npm/github-actions updates Automated weekly updates for npm,github-actions ecosystem(s) via Dependabot. * chore: add @okason97 as codeowner (CPA repos) * fix(cspell): add CODEOWNERS okason okason97 to dictionary
1 parent 44442e7 commit a09ff20

3 files changed

Lines changed: 16 additions & 4 deletions

File tree

.cspell.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"cmdk",
2020
"cna",
2121
"Codegen",
22+
"CODEOWNERS",
2223
"codepaths",
2324
"commitlint",
2425
"comunidad",
@@ -27,7 +28,6 @@
2728
"controlado",
2829
"copypaste",
2930
"CPA",
30-
"cpa",
3131
"cpath",
3232
"crect",
3333
"cspell",
@@ -76,6 +76,8 @@
7676
"npmjs",
7777
"nuestra",
7878
"nums",
79+
"okason",
80+
"okason97",
7981
"Pagespeed",
8082
"paru",
8183
"PBAC",
@@ -89,7 +91,6 @@
8991
"pyenv",
9092
"pygobject",
9193
"PyPI",
92-
"pypi",
9394
"pyproject",
9495
"pyright",
9596
"pytest",
@@ -116,7 +117,6 @@
116117
"trivy",
117118
"trufflehog",
118119
"Turborepo",
119-
"turborepo",
120120
"typer",
121121
"ulises",
122122
"ulisesjeremias",
@@ -131,7 +131,6 @@
131131
"vite",
132132
"vitest",
133133
"Vlang",
134-
"vlang",
135134
"webextension",
136135
"workdir",
137136
"wpgtk",

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @ulises-jeremias @okason97

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
open-pull-requests-limit: 5
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)