From c5dd2af48423bc7427740a840eeb08cd1317caaa Mon Sep 17 00:00:00 2001 From: Nathan <57642318+nathnp@users.noreply.github.com> Date: Sat, 13 Jul 2024 22:20:32 -0400 Subject: [PATCH] Added config --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..11eb345 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +# 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" \ No newline at end of file