DEV: Bump dependabot PR limits (#38171)

now that nobody is handling them ~daily
This commit is contained in:
Jarek Radosz
2026-03-03 11:32:43 +01:00
committed by GitHub
parent 9f4ceeef21
commit d9da3dcd43
+4 -5
View File
@@ -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.