From 29345e0734441de0d4167eb2f3623772906dacc1 Mon Sep 17 00:00:00 2001 From: Dimitri Herzog Date: Fri, 4 Nov 2022 08:41:40 +0100 Subject: [PATCH] chore: add dependabot configuration for github actions --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 75bc54a8..224aa601 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,8 @@ updates: open-pull-requests-limit: 10 assignees: - 0xERR0R + +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily