From 54981b9a38fd4af296010f7244a5671532f98ee0 Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Sun, 26 Feb 2023 11:42:32 -0800 Subject: [PATCH] Add Dependabot configuration --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..dd08ecb --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "composer" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"