diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f8f779b5..c1d85795 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,12 @@ updates: github-actions: patterns: - '*' +- package-ecosystem: docker + directory: / + schedule: + interval: monthly + groups: + # open a single pull-request for all Docker image updates + docker: + patterns: + - '*'