From 085b4429fcecd9577cda36ea68707295138339da Mon Sep 17 00:00:00 2001 From: Fuhu Xia Date: Thu, 9 Jan 2025 16:21:05 -0500 Subject: [PATCH] add dependabot to keep github actions up to date --- .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 00000000..120c6893 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file