Skip to content

Commit

Permalink
chore(config): migrate config renovate.json in {{packageFile}}
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent 7ce32f3 commit e45ee14
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
Expand All @@ -24,14 +21,14 @@
"Update",
"Change",
"Pending"
],
"matchPackageNames": [
"*"
]
},
{
"groupName": "all major dependencies",
"groupSlug": "all-major",
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"major"
],
Expand All @@ -41,10 +38,15 @@
"Update",
"Change",
"Pending"
],
"matchPackageNames": [
"*"
]
},
{
"matchDepNames": ["ModSecurity2"],
"matchDepNames": [
"ModSecurity2"
],
"allowedVersions": "/^v2.*/"
}
],
Expand Down

0 comments on commit e45ee14

Please sign in to comment.