From 18377a03f686f43bade239e08ff437a3e9c6d525 Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Thu, 17 Nov 2022 13:44:10 +0100 Subject: [PATCH] ci(deps): Setup dependabot for Github Actions --- .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 000000000000..505d8e75e6c7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'monthly' + commit-message: + prefix: ci + prefix-development: ci + include: deps