Skip to content

Commit

Permalink
Merge pull request #480 from kamatte-me/fix-renovate-vulnerability-al…
Browse files Browse the repository at this point in the history
…erts

Mod Renovate config
  • Loading branch information
kamatte-me authored Nov 18, 2023
2 parents ef78642 + 35b8287 commit 5f1d0ac
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,15 @@
timezone: 'Asia/Tokyo',
prHourlyLimit: 0,
labels: ['dependencies'],
automerge: true,
separateMajorMinor: true,
packageRules: [
// Auto merge
{
matchDepTypes: ['dependencies'],
matchUpdateTypes: ['minor'],
automerge: false,
},
{
matchDepTypes: ['devDependencies', 'packageManager'],
automerge: true,
},
{
matchPackageNames: ['node'],
automerge: true,
},
{
matchUpdateTypes: ['pin', 'digest'],
automerge: true,
},
{
matchUpdateTypes: ['major'],
automerge: false,
Expand All @@ -35,9 +25,12 @@
minimumReleaseAge: '3 days',
},
],
lockFileMaintenance: {
enabled: true,
},
vulnerabilityAlerts: {
enabled: true,
labels: ['security'],
addLabels: ['security'],
automerge: true,
},
}

1 comment on commit 5f1d0ac

@vercel
Copy link

@vercel vercel bot commented on 5f1d0ac Nov 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.