From 6b7c76156bc89c2ec7c25993c6cd10d353c9a992 Mon Sep 17 00:00:00 2001 From: Pascal Bourdier Date: Thu, 30 Jun 2022 21:35:43 +0200 Subject: [PATCH] ci: update docker automatically dependabot will create PR for us other: fix typo for github-actions --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7679133526..1897a3ebd3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,11 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" - - package-ecosystem: ""github-actions" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "docker" # Keep Docker dependencies up to date directory: "/" schedule: interval: "daily"