Skip to content

Commit

Permalink
Migrate config renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent 65048fe commit 796cf3a
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
// Semantic commits add useless noise; turn them off explicitly.
":semanticCommitsDisabled",
// Update lockfile versions weekly
":maintainLockFilesWeekly",
// Pin github-actions with a digest to avoid surprises when they update
"helpers:pinGitHubActionDigests"
]
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'config:recommended',
':semanticCommitsDisabled',
':maintainLockFilesWeekly',
'helpers:pinGitHubActionDigests',
],
}

0 comments on commit 796cf3a

Please sign in to comment.