Skip to content

Commit

Permalink
Merge pull request #4692 from nextcloud/update-main-version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliushaertl committed May 17, 2023
2 parents 2a5eece + 0824921 commit 79fd89b
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 5 deletions.
34 changes: 34 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,40 @@ updates:
reviewers:
- juliushaertl

- package-ecosystem: npm
target-branch: stable27
versioning-strategy: lockfile-only
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
open-pull-requests-limit: 30
labels:
- 3. to review
- dependencies

- package-ecosystem: npm
target-branch: stable26
versioning-strategy: lockfile-only
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
open-pull-requests-limit: 30
labels:
- 3. to review
- dependencies

- package-ecosystem: npm
target-branch: stable25
versioning-strategy: lockfile-only
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-nextcloud-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ["master", "stable26", "stable25", "stable24"]
branches: ["master", "stable27", "stable26", "stable25", "stable24"]

name: update-nextcloud-ocp-${{ 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 @@ -16,7 +16,7 @@
- 馃殌 Get your project organized

</description>
<version>1.10.0-beta.1</version>
<version>1.11.0-dev</version>
<licence>agpl</licence>
<author>Julius H盲rtl</author>
<documentation>
Expand All @@ -38,7 +38,7 @@
<database min-version="9.4">pgsql</database>
<database>sqlite</database>
<database min-version="8.0">mysql</database>
<nextcloud min-version="27" max-version="27"/>
<nextcloud min-version="28" max-version="28"/>
</dependencies>
<background-jobs>
<job>OCA\Deck\Cron\DeleteCron</job>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
"version": "1.10.0-beta.1",
"version": "1.11.0-dev",
"authors": [
{
"name": "Julius H盲rtl",
Expand Down Expand Up @@ -104,4 +104,4 @@
"<rootDir>/node_modules/jest-serializer-vue"
]
}
}
}

0 comments on commit 79fd89b

Please sign in to comment.