From a623213b11dfafd1424f22d02a9ff032131b9197 Mon Sep 17 00:00:00 2001 From: Jo Bovy Date: Mon, 4 Mar 2024 09:51:59 -0500 Subject: [PATCH] Add dependabot --- .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 0000000..0056901 --- /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