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", diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..86633da --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @ulises-jeremias @okason97 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