mirror of
https://github.com/discourse/discourse.git
synced 2026-08-05 10:47:46 -05:00
DEV: Bump dependabot PR limits (#38171)
now that nobody is handling them ~daily
This commit is contained in:
@@ -16,7 +16,7 @@ updates:
|
||||
prefix: "DEPS"
|
||||
cooldown:
|
||||
default-days: 7
|
||||
open-pull-requests-limit: 20
|
||||
open-pull-requests-limit: 40
|
||||
versioning-strategy: lockfile-only
|
||||
allow:
|
||||
- dependency-type: direct
|
||||
@@ -74,10 +74,9 @@ updates:
|
||||
prefix: "DEPS"
|
||||
cooldown:
|
||||
default-days: 7
|
||||
exclude: [
|
||||
"@discourse/*"
|
||||
]
|
||||
open-pull-requests-limit: 20
|
||||
exclude:
|
||||
- "@discourse/*"
|
||||
open-pull-requests-limit: 40
|
||||
versioning-strategy: increase
|
||||
ignore:
|
||||
- dependency-name: "webpack" # Recent versions have bugs with `/static` loading. We're working to move away from webpack anyway.
|
||||
|
||||
Reference in New Issue
Block a user