From f282f8088a8ff1d528a60894087b6ee48b8b614b Mon Sep 17 00:00:00 2001 From: Kenta Kubo <601636+kkebo@users.noreply.github.com> Date: Fri, 18 Jul 2025 01:30:00 +0900 Subject: [PATCH] ci: introduce dependabot --- .github/CODEOWNERS | 1 + .github/dependabot.yml | 10 ++++++++++ 2 files changed, 11 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 0000000..662c82b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +@kkebo diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..607fd1d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + assignees: + - "kkebo" + commit-message: + prefix: "ci"