From f76c8c7d60dfc1ab896828bca10b4ec9bea02d04 Mon Sep 17 00:00:00 2001 From: Marco Primi Date: Sat, 5 Oct 2024 19:36:19 -0700 Subject: [PATCH] Dependabot is a good bot --- .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..9265ac5 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: ".github/workflows" + schedule: + interval: "monthly"