From 42dfc2d5cf8eee58e4752a0e6b6cfead5783bcbf Mon Sep 17 00:00:00 2001 From: Florian Metz Date: Sat, 3 Feb 2024 23:32:46 +0100 Subject: [PATCH] chore: Add dependabot for github actions (#404) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 668d4bdb..6171687e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: '/' # Location of package manifests schedule: interval: 'monthly' + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'monthly'