Skip to content

Commit

Permalink
Merge pull request #2352 from nextcloud/chore/requireNC30
Browse files Browse the repository at this point in the history
chore: set min NC30 and add stable4 to dependabot
  • Loading branch information
Chartman123 authored Oct 14, 2024
2 parents 15d0b93 + 7396083 commit ace9328
Show file tree
Hide file tree
Showing 8 changed files with 217 additions and 381 deletions.
52 changes: 52 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,58 @@ updates:
- 3. to review
- dependencies

- package-ecosystem: composer
target-branch: 'stable4'
directory: '/'
schedule:
interval: weekly
day: saturday
time: '03:00'
timezone: Europe/Paris
open-pull-requests-limit: 10
labels:
- 3. to review
- dependencies

- package-ecosystem: composer
target-branch: 'stable4'
directory: '/vendor-bin/cs-fixer/'
schedule:
interval: weekly
day: saturday
time: '03:00'
timezone: Europe/Paris
open-pull-requests-limit: 10
labels:
- 3. to review
- dependencies

- package-ecosystem: composer
target-branch: 'stable4'
directory: '/vendor-bin/psalm/'
schedule:
interval: weekly
day: saturday
time: '03:00'
timezone: Europe/Paris
open-pull-requests-limit: 10
labels:
- 3. to review
- dependencies

- package-ecosystem: npm
target-branch: 'stable4'
directory: '/'
schedule:
interval: weekly
day: saturday
time: '03:00'
timezone: Europe/Paris
open-pull-requests-limit: 10
labels:
- 3. to review
- dependencies

- package-ecosystem: github-actions
target-branch: 'main'
directory: '/'
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/forms/main/screenshots/forms3.png</screenshot>

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

<background-jobs>
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"classmap-authoritative": true,
"sort-packages": true,
"platform": {
"php": "8.0"
"php": "8.1"
},
"allow-plugins": {
"bamarni/composer-bin-plugin": true
Expand All @@ -26,7 +26,7 @@
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8",
"nextcloud/ocp": "dev-stable28",
"nextcloud/ocp": "dev-stable30",
"phpunit/phpunit": "^9"
},
"require": {
Expand Down
Loading

0 comments on commit ace9328

Please sign in to comment.