From bc6777bb71122da3e80840246e65bf0f1d2da936 Mon Sep 17 00:00:00 2001 From: Phil Lee Date: Thu, 13 Jun 2024 10:21:18 +0100 Subject: [PATCH] dependabot checks docker and github actions --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index afcd6e0557..daa7ba6652 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -25,3 +25,13 @@ updates: - 6.0.1 - 6.1.0 - 6.1.1 +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 3 +- package-ecosystem: docker + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 3