From 542da01c3b722b4f3ac0913bed135a225b165960 Mon Sep 17 00:00:00 2001 From: Lachlan Grose Date: Thu, 5 Jun 2025 11:15:09 +1000 Subject: [PATCH] ci: add dependabot --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..8ac6b8c4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"