From 5eec12a2a7afe3fb18864c478e5dba0805bfca85 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 7 Jun 2025 08:11:25 -0700 Subject: [PATCH] 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 0000000..ddc227b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "pub" + directory: "/" + schedule: + interval: "daily"