From a49cce2e8243dca1d86e956537353c9ceceb037d Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Tue, 11 Jul 2023 10:44:06 +0100 Subject: [PATCH] ci: add dependabot --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..d202a332d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly"