From fd830c9a8bb27a3f04d000e3d406333bbe4df998 Mon Sep 17 00:00:00 2001 From: Divlo Date: Thu, 1 Jul 2021 10:00:59 +0200 Subject: [PATCH] ci: add dependabot for GitHub Actions --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..6778b04 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'daily'