From 4252b630862877a44c1bc9ea0e64afdddac531cc Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sat, 7 Oct 2023 23:54:51 +0300 Subject: [PATCH] dependabot --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..453228e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +# Set update schedule for GitHub Actions +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly"