From 4a4ea638201c9140bc19214e98e06424d1c1e8a8 Mon Sep 17 00:00:00 2001 From: Hunter B Date: Tue, 9 Jun 2026 23:23:50 -0700 Subject: [PATCH] chore: add CODEOWNERS and dependabot config --- .github/CODEOWNERS | 2 ++ .github/dependabot.yml | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/dependabot.yml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..d60f1c3d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Default owner for everything in the repo. +* @Hmbown diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..af6e1f27 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + - package-ecosystem: cargo + directory: / + schedule: + interval: weekly + open-pull-requests-limit: 5 + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + - package-ecosystem: npm + directory: /web + schedule: + interval: monthly + open-pull-requests-limit: 3