From 590cc61a3d634ed4865f0de20b33244f7893dbca Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Fri, 25 Aug 2023 15:02:37 -0400 Subject: [PATCH] ci: add dependabot config for GitHub actions. (#147) This will let Dependabot keep the CI GitHub action versions up to date. For the time being we choose not to configure Dependabot for the cargo ecosystem since its generally more noise/work to keep up with. --- .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..c75e875a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly