From a886511ca02561b6dc36d089ac6fdca967128f8f Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 14 May 2023 22:00:50 -0400 Subject: [PATCH] feat: init 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..120c689 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file