Skip to content

Commit

Permalink
🔧 Update Renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
xballoy committed May 14, 2024
1 parent c2ca558 commit b68c171
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,24 +1,11 @@
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'config:base',
'group:allNonMajor',
'group:monorepos',
'group:recommended',
'schedule:weekends',
':semanticCommitTypeAll(ci)',
'docker:enableMajor',
'docker:pinDigests',
':enableVulnerabilityAlertsWithLabel(security)',
':automergeStableNonMajor',
"config:best-practices",
":enableVulnerabilityAlertsWithLabel(security)",
":automergeMinor",
":automergeDigest"
],

// Avoid updating to unstable versions
ignoreUnstable: true,
stabilityDays: 7,

labels: ['dependencies'],
lockFileMaintenance: {
enabled: true,
},
labels: ['dependencies']
}

0 comments on commit b68c171

Please sign in to comment.