From 096dc60d41e6d75ab2befce2d430f32d862fd937 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Sat, 1 Jul 2023 09:02:20 -0700 Subject: [PATCH] Create dependabot.yml --- .github/workflows/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 0000000..8ac6b8c --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"