From ce464e5b3dc01d59496bf0cc39067fdcc8fa0b3c Mon Sep 17 00:00:00 2001 From: Azeem Sajid Date: Thu, 20 Apr 2023 10:21:09 +0500 Subject: [PATCH] Add dependabot.yml --- .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..5ace460 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"