diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 5cad746a..90e0e68c 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -27,7 +27,9 @@ updates: - package-ecosystem: docker registries: - dockerhub - directory: / + directories: + - / + - manifests/base/runner-manager/redis schedule: interval: weekly commit-message: @@ -60,3 +62,4 @@ updates: update-types: - patch - minor +