Initial commit

This commit is contained in:
zontreck 2025-03-20 10:39:07 -07:00 committed by GitHub
commit 94a0826131
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 2444 additions and 0 deletions

20
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "build:"
target-branch: "main"
reviewers:
- "leviem1"
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "deps:"
target-branch: "main"
reviewers:
- "leviem1"