Merge pull request #22479 from secustor/ci/renovate-config

chore(Renovate): improve security posture of setup and other general improvements
This commit is contained in:
Patrik Oldsberg
2024-02-03 14:52:35 +01:00
committed by GitHub
+10 -1
View File
@@ -1,6 +1,15 @@
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
labels: ['dependencies'],
extends: ['config:base', ':disableDependencyDashboard', ':gitSignOff'],
extends: ['config:best-practices', ':gitSignOff'],
// do not pin dev dependencies, which are part of the best-practices preset
ignorePresets: [':pinDevDependencies'],
// the default limit are 10 PRs
prConcurrentLimit: 20,
postUpdateOptions: ['yarnDedupeHighest'],
rangeStrategy: 'update-lockfile',
// @elastic/elasticsearch is ignored due to licensing issues. See #10992