Skip to content

Commit

Permalink
Merge pull request #865 from nextcloud/update-master-version
Browse files Browse the repository at this point in the history
feat(deps): Add Nextcloud 30 support on master
  • Loading branch information
st3iny authored Apr 28, 2024
2 parents 9eea862 + bab8a6b commit 8fa0500
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</summary>
<description>Detect and warn about suspicious IPs logging into Nextcloud
</description>
<version>7.0.0</version>
<version>8.0.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<namespace>SuspiciousLogin</namespace>
Expand All @@ -21,7 +21,7 @@
<repository>https://github.com/ChristophWurst/suspicious_login.git</repository>

<dependencies>
<nextcloud min-version="29" max-version="29"/>
<nextcloud min-version="30" max-version="30"/>
</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": "7.0.0",
"version": "8.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",
"stable29",
"stable28",
"stable27",
"stable26",
Expand Down Expand Up @@ -59,6 +60,7 @@
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"],
"matchBaseBranches": [
"stable29",
"stable28",
"stable27",
"stable26",
Expand Down

0 comments on commit 8fa0500

Please sign in to comment.