Skip to content

Commit

Permalink
Allow Renovate to touch Sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
bobvandevijver committed Oct 31, 2024
1 parent a981429 commit 3bfdc51
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,9 @@
"enabled": false
},
{
"matchPackagePrefixes": ["Sentry"],
"matchManagers": ["nuget"],
"groupName": "Sentry packages",
"groupSlug": "sentry"
},
{
"matchPackagePrefixes": ["homey-"],
"minimumReleaseAge": null
"matchPackagePrefixes": ["homey", "@sentry"],
"enabled": true,
"minimumReleaseAge": "1 day"
}
]
}

0 comments on commit 3bfdc51

Please sign in to comment.