From c53f2cc50d6fb57625ac7d5007b6ce75b544f4e2 Mon Sep 17 00:00:00 2001 From: ragebreaker <125530737+mlm-games@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:51:57 +0530 Subject: [PATCH] Create dependabot.yml --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d634301 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +# .github/dependabot.yml +version: 2 +updates: + - package-ecosystem: "github-actions" # This specifies that you want to update GitHub Actions. + directory: ".github/workflows" # The directory where your workflow files are located. + schedule: + interval: "weekly" # Update frequency. Options include daily, weekly, and monthly.