From f5325665a0a3555ccf4d5ad2ec85aa98707800c3 Mon Sep 17 00:00:00 2001 From: Max Murphy Date: Tue, 20 Feb 2024 13:34:47 +0100 Subject: [PATCH] Add a bot to update github actions --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..ec19129b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"