From 0e2fbfc5104248262a250a0fb5b6fd64798d8cae Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 3 Nov 2023 15:43:41 -0700 Subject: [PATCH] Get PRs for updating our GitHub Actions I noticed action/checkout was very outdated. --- .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..ff494180 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: daily