Skip to content

Commit

Permalink
Merge pull request #904 from nextcloud/update-master-version
Browse files Browse the repository at this point in the history
feat(deps): Add Nextcloud 31 support on master
  • Loading branch information
st3iny authored Aug 19, 2024
2 parents 66b05cc + 8a61df9 commit 9effd65
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']

name: npm-audit-fix-${{ matrix.branches }}

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</summary>
<description>Detect and warn about suspicious IPs logging into Nextcloud
</description>
<version>8.0.0</version>
<version>9.0.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>SuspiciousLogin</namespace>
Expand All @@ -25,7 +25,7 @@
<repository>https://github.com/ChristophWurst/suspicious_login.git</repository>

<dependencies>
<nextcloud min-version="30" max-version="30"/>
<nextcloud min-version="31" max-version="31"/>
</dependencies>

<background-jobs>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "suspicious_login",
"version": "8.0.0",
"version": "9.0.0",
"description": "Detect and warn about suspicious IPs logging into Nextcloud",
"private": true,
"dependencies": {
Expand Down
2 changes: 2 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"ignoreUnstable": false,
"baseBranches": [
"master",
"stable30",
"stable29",
"stable28",
"stable27",
Expand Down Expand Up @@ -60,6 +61,7 @@
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"],
"matchBaseBranches": [
"stable30",
"stable29",
"stable28",
"stable27",
Expand Down

0 comments on commit 9effd65

Please sign in to comment.