From 67c957ef3d79d985a450fd7d16f4438289e68f1a Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Wed, 13 Sep 2023 14:26:47 +0100 Subject: [PATCH] chore: include dependabot --- .github/dependabot.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..09f306a --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "pub" + directory: "/hooks" + schedule: + interval: "daily"