ci: introduce dependabot

This commit is contained in:
Kenta Kubo 2025-07-18 01:30:00 +09:00
parent e0db86ee54
commit f282f8088a
No known key found for this signature in database
GPG key ID: 3D79E20285C94BE8
2 changed files with 11 additions and 0 deletions

1
.github/CODEOWNERS vendored Normal file
View file

@ -0,0 +1 @@
@kkebo

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

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
assignees:
- "kkebo"
commit-message:
prefix: "ci"