Skip to content

Conversation

@alan-agius4
Copy link
Contributor

Introduce a Renovate configuration file with grouped update strategies, off-peak scheduling, semantic commit formatting, and workflow-specific rules. Key features include:

  • Grouping of non-major, Bazel, Angular, and TypeScript dependencies
  • Custom scheduling for weekdays and weekends in America/Tijuana timezone
  • PR concurrency and hourly limits to control Renovate behavior
  • Exclusion rules for placeholder versions and major updates on select packages
  • Enable lock file maintenance and use of semantic commit messages

See associated pull request for more information.

@alan-agius4 alan-agius4 requested a review from devversion May 10, 2025 15:04
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label May 10, 2025
renovate.json Outdated
},

"ignorePaths": ["bazel/integration/tests/**"],
"ignoreDeps": ["rules_pkg"],
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@devversion is this exclude still needed?

Copy link
Member

Choose a reason for hiding this comment

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

I don't 100% know; we can try remove but I can also look and update the preset then?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Deleted this

"yarn update-generated-files"
],
"executionMode": "update"
"executionMode": "branch"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We do not want the post upgrade to run for each dependency, but instead we want it to run for each branch. See: https://docs.renovatebot.com/configuration-options/#executionmode

"groupName": "scorecard action dependencies",
"groupSlug": "scorecard-action",
"matchPackageNames": ["*"]
"matchUpdateTypes": ["minor"]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Unlike in other repos, it's fine to update TypeScript to a minor version in this one.

@alan-agius4 alan-agius4 force-pushed the renovate-preset branch 5 times, most recently from 925fdcc to 7c3aee7 Compare May 10, 2025 18:28
@alan-agius4 alan-agius4 added the action: review The PR is still awaiting reviews from at least one requested reviewer label May 10, 2025
Copy link
Member

@devversion devversion left a comment

Choose a reason for hiding this comment

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

Nice work! 🎉

Introduce a Renovate configuration file with grouped update strategies, off-peak scheduling, semantic commit formatting, and workflow-specific rules. Key features include:

- Grouping of non-major, Bazel, Angular, and TypeScript dependencies
- Custom scheduling for weekdays and weekends in America/Tijuana timezone
- PR concurrency and hourly limits to control Renovate behavior
- Exclusion rules for placeholder versions and major updates on select packages
- Enable lock file maintenance and use of semantic commit messages

See associated pull request for more information.
@alan-agius4 alan-agius4 added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels May 12, 2025
@devversion devversion merged commit 4358838 into angular:main May 12, 2025
9 checks passed
@alan-agius4 alan-agius4 deleted the renovate-preset branch May 12, 2025 08:04
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Jun 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants