diff --git a/.github/dependabot.yml b/.github/dependabot.yml index afd84dc6..73d6a0f8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -31,7 +31,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable32 + target-branch: stable33 labels: - "3. to review" - "dependencies" @@ -47,7 +47,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable31 + target-branch: stable32 labels: - "3. to review" - "dependencies" @@ -63,7 +63,7 @@ updates: day: saturday time: "03:00" timezone: Europe/Paris - target-branch: stable30 + target-branch: stable31 labels: - "3. to review" - "dependencies" diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 1cb5465f..ab7d1eb6 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -26,6 +26,7 @@ jobs: matrix: branches: - ${{ github.event.repository.default_branch }} + - 'stable33' - 'stable32' - 'stable31' diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index 673d1520..90da9f5a 100644 --- a/.github/workflows/update-nextcloud-ocp.yml +++ b/.github/workflows/update-nextcloud-ocp.yml @@ -26,6 +26,7 @@ jobs: matrix: branches: - ${{ github.event.repository.default_branch }} + - 'stable33' - 'stable32' - 'stable31' diff --git a/appinfo/info.xml b/appinfo/info.xml index a1fe1a0d..8fe678c3 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -19,7 +19,7 @@ brute-force protected controller with the same API slower for a 24 hour period. With this app, the admin can exempt an IP address or range from this protection which can be useful for testing purposes or when there are false positives due to a lot of accounts on one IP address.]]> - 6.0.0-dev.0 + 7.0.0-dev.0 agpl Roeland Jago Douma BruteForceSettings @@ -29,7 +29,7 @@ positives due to a lot of accounts on one IP address.]]> https://github.com/nextcloud/bruteforcesettings.git https://raw.githubusercontent.com/nextcloud/bruteforcesettings/master/screenshots/1.png - + OCA\BruteForceSettings\Settings\IPWhitelist diff --git a/package-lock.json b/package-lock.json index 91483b12..09279765 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bruteforcesettings", - "version": "6.0.0-dev.0", + "version": "7.0.0-dev.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bruteforcesettings", - "version": "6.0.0-dev.0", + "version": "7.0.0-dev.0", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/axios": "^2.5.1", diff --git a/package.json b/package.json index 6f2b60d6..6c1e5b8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bruteforcesettings", - "version": "6.0.0-dev.0", + "version": "7.0.0-dev.0", "description": "Bruteforce settings app", "license": "AGPL-3.0-or-later", "author": "Roeland Jago Douma ",