chore: add CODEOWNERS and dependabot config

This commit is contained in:
Hunter B
2026-06-09 23:23:50 -07:00
parent a2bf9f806a
commit 4a4ea63820
2 changed files with 18 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
# Default owner for everything in the repo.
* @Hmbown
+16
View File
@@ -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