diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0a69ac93..ddad210d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -33,6 +33,22 @@ updates: labels: - 3. to review - dependencies +- package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + day: saturday + time: "03:00" + timezone: Europe/Paris + target-branch: stable28 + open-pull-requests-limit: 10 + 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: @@ -65,19 +81,4 @@ updates: # 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: stable25 - open-pull-requests-limit: 10 - labels: - - 3. to review - - dependencies - ignore: - # ignore all GitHub linguist patch updates - - dependency-name: "*" - update-types: ["version-update:semver-major", "version-update:semver-minor"] + diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index 908eedb0..0a64225b 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: ["main", "master", "stable27", "stable26", "stable25"] + branches: ["main", "master", "stable28", "stable27", "stable26"] name: update-nextcloud-ocp-${{ matrix.branches }} diff --git a/appinfo/info.xml b/appinfo/info.xml index 7147b0ed..74ca47bc 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -15,7 +15,7 @@ 📣 Announcement center: An announcement was posted by an admin]]> - 2.16.0 + 2.17.0 agpl Joas Schilling @@ -30,7 +30,7 @@ https://github.com/nextcloud/notifications.git - + diff --git a/package-lock.json b/package-lock.json index c5388bfb..42c275c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "notifications", - "version": "2.16.0", + "version": "2.17.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "notifications", - "version": "2.16.0", + "version": "2.17.0", "license": "agpl", "dependencies": { "@nextcloud/auth": "^2.2.1", diff --git a/package.json b/package.json index 0a642d05..c988d774 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "notifications", "description": "This app provides a backend and frontend for the notification API available in Nextcloud.", - "version": "2.16.0", + "version": "2.17.0", "author": "Joas Schilling ", "license": "agpl", "private": true,