From 2044d9183c0fbd9afdcb7229d35858c22060d8dd Mon Sep 17 00:00:00 2001 From: Steve Taylor Date: Fri, 21 Jun 2024 11:34:26 -0700 Subject: [PATCH] Configure Dependabot to update GitHub actions To keep us updated on things like: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ --- .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..5ace4600 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"