Skip to content

Commit

Permalink
Merge pull request #22479 from secustor/ci/renovate-config
Browse files Browse the repository at this point in the history
chore(Renovate): improve security posture of setup and other general improvements
  • Loading branch information
Rugvip committed Feb 3, 2024
2 parents 8a2f781 + d766570 commit eb4298d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/renovate.json5
@@ -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
Expand Down

0 comments on commit eb4298d

Please sign in to comment.