From a9ee784ab1dfd1a5296816794b5a512abe0f75ce Mon Sep 17 00:00:00 2001 From: Michael Wheeler Date: Wed, 29 Nov 2023 13:41:57 -0500 Subject: [PATCH] Add dependabot configuration (#75) --- .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..564af86 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "tuesday"