diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0fe9df7e..4f74b789 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,6 +23,38 @@ updates: - "dependencies" # Main stableXX npm +- package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + day: saturday + time: "03:00" + timezone: Europe/Paris + target-branch: stable27 + labels: + - "3. to review" + - "dependencies" + ignore: + # ignore all GitHub linguist patch updates + - dependency-name: "*" + update-types: ["version-update:semver-major", "version-update:semver-minor"] + +- package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + day: saturday + time: "03:00" + timezone: Europe/Paris + target-branch: stable26 + labels: + - "3. to review" + - "dependencies" + ignore: + # ignore all GitHub linguist patch updates + - dependency-name: "*" + update-types: ["version-update:semver-major", "version-update:semver-minor"] + - package-ecosystem: npm directory: "/" schedule: diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index 7f122480..e9f8f54b 100644 --- a/.github/workflows/update-nextcloud-ocp.yml +++ b/.github/workflows/update-nextcloud-ocp.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ["master", "stable26", "stable25", "stable24"] + branches: ["master", "stable27", "stable26", "stable25", "stable24"] name: update-nextcloud-ocp-${{ matrix.branches }} diff --git a/appinfo/info.xml b/appinfo/info.xml index d5cf976d..cbcefa5b 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Photos Your memories under your control Your memories under your control - 2.3.0 + 2.4.0 agpl John Molakvoæ Photos @@ -20,7 +20,7 @@ https://github.com/nextcloud/photos.git - + diff --git a/package.json b/package.json index 85d946d3..4a19dee7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "photos", "description": "Your memories under your control", - "version": "2.3.0", + "version": "2.4.0", "author": "John Molakvoæ ", "contributors": [ "John Molakvoæ "