diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 5b42407..5a9cca4 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -9,6 +9,8 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
+ cooldown:
+ default-days: 10
open-pull-requests-limit: 10
labels:
- 3. to review
diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml
index 65429bc..8d2e003 100644
--- a/.github/workflows/update-nextcloud-ocp.yml
+++ b/.github/workflows/update-nextcloud-ocp.yml
@@ -23,8 +23,11 @@ jobs:
strategy:
fail-fast: false
- matrix:
- branches: ['main', 'master', 'stable33', 'stable32', 'stable31']
+ branches:
+ - ${{ github.event.repository.default_branch }}
+ - 'stable34'
+ - 'stable33'
+ - 'stable32'
name: update-nextcloud-ocp-${{ matrix.branches }}
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 2c296da..7907e26 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -9,7 +9,7 @@
Workflow external scripts
Rule based processing of files through specified external scripts
Pass files on to external scripts depending on a defined set of rules.
- 5.0.0-dev.0
+ 6.0.0-dev.0
agpl
Arthur Schiwon
WorkflowScript
@@ -25,6 +25,6 @@
https://github.com/nextcloud/workflow_script.git
https://raw.githubusercontent.com/nextcloud/workflow_script/master/screenshots/flow-ui.png
-
+