From: Trenton Holmes <797416+stumpylog@users.noreply.github.com> Date: Mon, 10 Mar 2025 02:46:34 +0000 (-0700) Subject: Fixes the package ecosystem X-Git-Tag: v2.15.0-beta.rc1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5570d206256b5ba75a08ccda94b1874668249936;p=thirdparty%2Fpaperless-ngx.git Fixes the package ecosystem --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 08563f84a..9c7be60f1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -106,7 +106,7 @@ updates: include: "scope" # Update Docker Compose files in docker/compose directory - - package-ecosystem: "docker" + - package-ecosystem: "docker-compose" directory: "/docker/compose/" schedule: interval: "weekly"