diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 413ce4b1..7920383a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,11 +4,13 @@ updates: directory: / schedule: interval: "weekly" - "caronc/apprise": - versioning-strategy: "increase" - schedule: - interval: "daily" groups: all: patterns: - "*" + - package-ecosystem: pip + directory: / + schedule: + interval: "daily" + allow: + - dependency-name: "apprise" diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index a93dedbf..6c591cff 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -95,7 +95,7 @@ jobs: push: true tags: | ${{ secrets.DOCKER_HUB_USERNAME }}/changedetection.io:dev,ghcr.io/${{ github.repository }}:dev - platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8,linux/arm64/v8 + platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8 cache-from: type=gha cache-to: type=gha,mode=max @@ -133,7 +133,7 @@ jobs: file: ./Dockerfile push: true tags: ${{ steps.meta.outputs.tags }} - platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8,linux/arm64/v8 + platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8 cache-from: type=gha cache-to: type=gha,mode=max # Looks like this was disabled diff --git a/.github/workflows/test-container-build.yml b/.github/workflows/test-container-build.yml index 4c0783eb..48838e82 100644 --- a/.github/workflows/test-container-build.yml +++ b/.github/workflows/test-container-build.yml @@ -38,8 +38,6 @@ jobs: dockerfile: ./Dockerfile - platform: linux/arm/v8 dockerfile: ./Dockerfile - - platform: linux/arm64/v8 - dockerfile: ./Dockerfile # Alpine Dockerfile platforms (musl via alpine check) - platform: linux/amd64 dockerfile: ./.github/test/Dockerfile-alpine @@ -76,5 +74,5 @@ jobs: file: ${{ matrix.dockerfile }} platforms: ${{ matrix.platform }} cache-from: type=gha - cache-to: type=gha,mode=max + cache-to: type=gha,mode=min diff --git a/changedetectionio/blueprint/settings/templates/settings.html b/changedetectionio/blueprint/settings/templates/settings.html index a6114830..986908ab 100644 --- a/changedetectionio/blueprint/settings/templates/settings.html +++ b/changedetectionio/blueprint/settings/templates/settings.html @@ -192,6 +192,12 @@ nav +