From 9ea68d543e471ce67cf46cd8798cd1b0e742fb83 Mon Sep 17 00:00:00 2001 From: Jon LaBelle Date: Fri, 26 Apr 2024 17:58:44 -0500 Subject: [PATCH] Update actions with dependabot --- .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..94ed1ab --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 + +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: monthly + labels: + - github-actions + - dependencies