diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index c7cc0d7be..bd3840ada 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -12,6 +12,8 @@ updates:
interval: daily
time: "03:00"
timezone: Europe/Paris
+ cooldown:
+ default-days: 10
open-pull-requests-limit: 10
labels:
- 3. to review
diff --git a/appinfo/info.xml b/appinfo/info.xml
index db63c12ae..fb90fabd3 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -21,7 +21,7 @@ The following providers are supported and tested at the moment:
* Any other provider that authenticates using the environment variable
While theoretically any other authentication provider implementing either one of those standards is compatible, we like to note that they are not part of any internal test matrix.]]>
- 8.0.1
+ 8.1.0-dev.0
agpl
Lukas Reschke
User_SAML
@@ -38,7 +38,7 @@ While theoretically any other authentication provider implementing either one of
https://raw.githubusercontent.com/nextcloud/user_saml/master/screenshots/1.png
https://raw.githubusercontent.com/nextcloud/user_saml/master/screenshots/2.png
-
+
OCA\User_SAML\Jobs\CleanSessionData
diff --git a/package-lock.json b/package-lock.json
index 1ea2d4f90..3b5dd28ba 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "user_saml",
- "version": "7.1.3",
+ "version": "8.1.0-dev.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "user_saml",
- "version": "7.1.3",
+ "version": "8.1.0-dev.0",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/axios": "^2.5.2",
diff --git a/package.json b/package.json
index bf2c1e076..1c9129267 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "user_saml",
"description": "Authenticate using single sign-on",
- "version": "7.1.3",
+ "version": "8.1.0-dev.0",
"author": "Carl Schwan ",
"contributors": [
"Carl Schwan "