diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b3373c5..363d206 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,9 +12,9 @@ registries: password: ${{ secrets.DOCKER_TOKEN }} updates: - package-ecosystem: "docker" # See documentation for possible values - directory: "/src/docker/" # Location of package manifests + directory: "/src" # Location of package manifests registries: - dockerhub schedule: - interval: "weekly" + interval: "daily"