From 41e67bac8fde12b8f0119cec8df9083cb653fcda Mon Sep 17 00:00:00 2001 From: Sascha Mann Date: Tue, 28 Dec 2021 16:27:04 +0100 Subject: [PATCH] Activate Dependabot for actions (#8) --- .github/workflows/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 0000000..ed8f4a4 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 + +updates: + + # Keep dependencies for GitHub Actions up-to-date + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'daily'