Skip to content

Added groupings for Auth dependencies#64

Open
lizard-boy wants to merge 1 commit into
mainfrom
update-renovate-for-auth
Open

Added groupings for Auth dependencies#64
lizard-boy wants to merge 1 commit into
mainfrom
update-renovate-for-auth

Conversation

@lizard-boy

@lizard-boy lizard-boy commented Oct 19, 2024

Copy link
Copy Markdown

Type of change

- [ ] Bug fix
- [ ] New feature development
- [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
- [ ] Build/deploy pipeline (DevOps)
- [X] Other

Objective

Group dependent dependencies for Auth team.

Code changes

  • renovate.json: Added groups for dependent packages.

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • If making database changes - make sure you also update Entity Framework queries and/or migrations
  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If this change has particular deployment requirements - notify the DevOps team

Greptile Summary

This pull request updates the renovate.json configuration to improve dependency management for the Auth team by grouping specific packages.

  • Added grouping for AspNetCoreRateLimit packages in .github/renovate.json
  • Added grouping for Microsoft.Azure.Cosmos packages in .github/renovate.json
  • Both new groups are excluded from the dotnet monorepo preset
  • Changes aim to streamline dependency updates for the Auth team

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 file(s) reviewed, 2 comment(s)
Edit PR Review Bot Settings | Greptile

Comment thread .github/renovate.json
{
"matchPackagePatterns": ["^AspNetCoreRateLimit"],
"groupName": "AspNetCoreRateLimit",
"description": "Group AspNetCoreRateLimit to exclude them from the dotnet monorepo preset"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: Consider adding a 'commitMessagePrefix' for consistency with other groups.

Comment thread .github/renovate.json
{
"matchPackagePatterns": ["^Microsoft.Azure.Cosmos"],
"groupName": "Microsoft.Azure.Cosmos",
"description": "Group Microsoft.Azure.Cosmos to exclude them from the dotnet monorepo preset"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: Consider adding a 'commitMessagePrefix' for consistency with other groups.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants