Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent e5c4c09 commit cb0d9e0
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"extends": ["config:recommended"],
"packageRules": [
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
]
"matchUpdateTypes": ["minor", "patch"],
"matchPackageNames": ["*"]
},
{
"matchDatasources": ["docker"],
Expand Down

0 comments on commit cb0d9e0

Please sign in to comment.