From 0019a0f3d34d2b33930e2af1fa900fe92fef0d0a Mon Sep 17 00:00:00 2001 From: Matthias Diester Date: Tue, 30 Jul 2024 20:01:36 +0200 Subject: [PATCH] Add `docker` to Dependabot automation Enable `docker` image updates. --- .github/dependabot.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d7c3ac8..8b6be90 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,10 +2,9 @@ version: 2 updates: - package-ecosystem: gomod - directory: "/" + directory: / schedule: interval: daily - open-pull-requests-limit: 10 allow: - dependency-type: "all" target-branch: main @@ -13,4 +12,7 @@ updates: directory: / schedule: interval: weekly - open-pull-requests-limit: 10 +- package-ecosystem: "docker" + directory: / + schedule: + interval: "daily"