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 committed Dec 8, 2024
1 parent bec9518 commit 1ff5a5a
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'config:recommended',
],
"packageRules": [
packageRules: [
{
"matchPackagePatterns": [
"*"
matchUpdateTypes: [
'minor',
'patch',
],
"matchUpdateTypes": [
"minor",
"patch"
groupName: 'all non-major dependencies',
groupSlug: 'all-minor-patch',
matchPackageNames: [
'*',
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
]
},
],
}

0 comments on commit 1ff5a5a

Please sign in to comment.