Skip to content

Commit

Permalink
Configuring more Renovate groups (#17161)
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone authored Dec 8, 2024
1 parent 3654b29 commit 0ba7ed6
Showing 1 changed file with 38 additions and 1 deletion.
39 changes: 38 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,48 @@
],
enabled: false,
},
// Groups of packages that we want to update together.
{
groupName: 'Azure.Communication packages',
matchPackageNames: [
'/^Lucene\\.Net.*$/',
'/^Azure\\.Communication.*$/',
],
},
{
groupName: 'Elastic Docker images',
matchPackageNames: [
'/^docker\\.elastic\\.co\\.*$/',
],
},
{
groupName: 'GraphQL packages',
matchPackageNames: [
'/^GraphQL.*$/',
],
},
{
groupName: 'Lucene.NET packages',
matchPackageNames: [
'/^Lucene\\.Net.*$/',
],
},
{
groupName: 'OpenIddict packages',
matchPackageNames: [
'/^OpenIddict.*$/',
],
},
{
groupName: 'SixLabors.ImageSharp.Web packages',
matchPackageNames: [
'/^SixLabors\\.ImageSharp\\.Web.*$/',
],
},
{
groupName: 'YesSql packages',
matchPackageNames: [
'/^YesSql.*$/',
],
},
],
// We only need updates once a week.
Expand Down

0 comments on commit 0ba7ed6

Please sign in to comment.