From bc016e6c60ecca7d7bff8b9b2dc8eb0c431ac646 Mon Sep 17 00:00:00 2001 From: Jake Turner Date: Wed, 11 Mar 2026 20:35:52 +0000 Subject: [PATCH] ci: configure dependabot to target rc branch --- .github/dependabot.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..174af08 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/admin" + schedule: + interval: "weekly" + target-branch: "rc" \ No newline at end of file