From ec3b997af55b2ca12e17712b87f86e5ac0fd0261 Mon Sep 17 00:00:00 2001 From: Caleb White Date: Wed, 5 Mar 2025 09:33:16 -0600 Subject: [PATCH] ci: add dependabot --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..fd43866 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +--- +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "composer" + directory: "/" + schedule: + interval: "weekly"