From 5a21f833243adcf6b1e856bd1ef68a77afa43ea7 Mon Sep 17 00:00:00 2001 From: Chris Araman Date: Thu, 18 Nov 2021 14:25:35 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Use=20Dependabot=20to=20keep=20G?= =?UTF-8?q?itHub=20Actions=20up-to-date?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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..ef58025 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: "⬆️" + include: "scope"