From 74ce45b20aee84125966e790fd8900fe3a2f40c7 Mon Sep 17 00:00:00 2001 From: Paul Barrett Date: Thu, 5 Sep 2024 14:41:29 -0500 Subject: [PATCH] Add dependabot.yml Add uv to this when dependabot is updated to support it --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..0f96f8d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# 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"