From 25edbbd88ebe0a16a84a51fd36008ce2462ecb30 Mon Sep 17 00:00:00 2001 From: Ulises Jeremias Date: Mon, 24 Aug 2026 01:27:20 -0300 Subject: [PATCH 1/4] chore: add CODEOWNERS --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..f7895fe --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @ulises-jeremias From 2824c27f5ae756a4d3c9392eb2a7965d1f9c2247 Mon Sep 17 00:00:00 2001 From: Ulises Jeremias Date: Mon, 24 Aug 2026 01:34:33 -0300 Subject: [PATCH 2/4] chore: add dependabot config for npm/github-actions updates Automated weekly updates for npm,github-actions ecosystem(s) via Dependabot. --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..99b0c21 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 From 5ed03b3842f6d81996c21b6d39dfb7ca606093b0 Mon Sep 17 00:00:00 2001 From: Ulises Jeremias Date: Mon, 24 Aug 2026 01:49:46 -0300 Subject: [PATCH 3/4] chore: add @okason97 as codeowner (CPA repos) --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f7895fe..86633da 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @ulises-jeremias +* @ulises-jeremias @okason97 From 83d260694c7828f4522d60b6793c641d9493f0e3 Mon Sep 17 00:00:00 2001 From: Ulises Jeremias Date: Mon, 24 Aug 2026 01:58:55 -0300 Subject: [PATCH 4/4] fix(cspell): add CODEOWNERS okason okason97 to dictionary --- .cspell.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.cspell.json b/.cspell.json index df732f2..d8627d6 100644 --- a/.cspell.json +++ b/.cspell.json @@ -19,6 +19,7 @@ "cmdk", "cna", "Codegen", + "CODEOWNERS", "codepaths", "commitlint", "comunidad", @@ -27,7 +28,6 @@ "controlado", "copypaste", "CPA", - "cpa", "cpath", "crect", "cspell", @@ -76,6 +76,8 @@ "npmjs", "nuestra", "nums", + "okason", + "okason97", "Pagespeed", "paru", "PBAC", @@ -89,7 +91,6 @@ "pyenv", "pygobject", "PyPI", - "pypi", "pyproject", "pyright", "pytest", @@ -116,7 +117,6 @@ "trivy", "trufflehog", "Turborepo", - "turborepo", "typer", "ulises", "ulisesjeremias", @@ -131,7 +131,6 @@ "vite", "vitest", "Vlang", - "vlang", "webextension", "workdir", "wpgtk",