From c6f514eb94e68c70dee268e90682b8ab674732c6 Mon Sep 17 00:00:00 2001 From: "halvo (eli)" <220444059+halvo78@users.noreply.github.com> Date: Sun, 30 Aug 2026 06:22:31 +1000 Subject: [PATCH] chore: add 100/100 governance baseline (CODEOWNERS, SECURITY.md, dependabot) --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..1705d1bd7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10