From d46ca504bdcac6ee76732c81f9f24110d4592d76 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Sat, 17 Jun 2023 08:23:41 +0200 Subject: Let dependabot help us keep Actions config up to date --- .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 00000000..ba29cb1d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + commit-message: + prefix: "chore" + include: "scope" -- cgit v1.2.3