From 90c58aafee33bb29c6727a06cfc65aef280a508c Mon Sep 17 00:00:00 2001 From: rosstaco Date: Thu, 6 Aug 2026 22:31:15 +1000 Subject: [PATCH] chore: configure Dependabot Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 45869e3b-8bfc-4612-9bda-ab057aef9073 --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..dfdebdb --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 + +updates: + - package-ecosystem: uv + directory: / + schedule: + interval: weekly + + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly