Skip to content

Commit

Permalink
Merge pull request #1973 from nextcloud/ci/noid/increase-dependabot-l…
Browse files Browse the repository at this point in the history
…imit

ci: Increase dependabot limit to 20
  • Loading branch information
nickvergessen authored Nov 6, 2024
2 parents 9a3b996 + 8cc4775 commit 3f99503
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,19 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 20
commit-message:
prefix: "build"
include: "scope"
versioning-strategy: "increase"
labels:
- "dependencies"
- "main"
groups:
symfony:
applies-to: version-updates
patterns:
- "symfony/*"

- package-ecosystem: composer
directory: "/"
Expand All @@ -31,6 +37,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 20
commit-message:
prefix: "build"
include: "scope"
Expand All @@ -41,3 +48,8 @@ updates:
labels:
- "dependencies"
- "stable30"
groups:
symfony:
applies-to: version-updates
patterns:
- "symfony/*"

0 comments on commit 3f99503

Please sign in to comment.