From dd45b381a1f35dd60fc3746e097307df53218290 Mon Sep 17 00:00:00 2001 From: Ulises Jeremias Date: Mon, 24 Aug 2026 01:27:31 -0300 Subject: [PATCH 1/2] chore: add CODEOWNERS and PR template --- .github/CODEOWNERS | 1 + .github/pull_request_template.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/pull_request_template.md 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 diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..879bb25 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +## Description + + +## Type of Change +- [ ] Bug fix +- [ ] New feature +- [ ] Breaking change +- [ ] Documentation / chore +- [ ] PKGBUILD update + +## How Has This Been Tested? + + +## Checklist +- [ ] Self-review done +- [ ] Tests pass locally +- [ ] PKGBUILD validated (`makepkg --printsrcinfo` / `shellcheck PKGBUILD` / `namcap` if applicable) From 3a2233e2385b3dc277437a16c4604d5625e1f307 Mon Sep 17 00:00:00 2001 From: Ulises Jeremias Date: Mon, 24 Aug 2026 01:34:59 -0300 Subject: [PATCH 2/2] chore: add dependabot config for github-actions updates Automated weekly updates for github-actions ecosystem(s) via Dependabot. --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..0a24199 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 5