Skip to content

🚧Setup renovate to use org level preset #189

@CalvinWilkinson

Description

@CalvinWilkinson

Complete The Item Below

  • I have updated the title without removing the 🚧 emoji.

Description

Set up the renovate configuration to use the renovate organizational level preset. This can be done by updating the renovate.json file to the setup below.

Go here for the renovate docs on the extends syntax required to point this config to the org level config.

{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": ["github>KinsonDigital/.github//config/renovate-config.json"],
  "baseBranches": ["release/v1.0.0"]
}

Note We need to remember that once we change to the new branching model, the baseBranches value will have to change to master.

Acceptance Criteria

  • renovate.json config updated to use the org-level preset.

ToDo Items

  • Change type labels added to this issue. Refer to the Change Type Labels section below.
  • Priority label added to this issue. Refer to the Priority Type Labels section below.
  • Issue linked to the correct project (if applicable).
  • Issue linked to the correct milestone (if applicable).
  • Draft pull request created and linked to this issue (only required with code changes).

Issue Dependencies

No response

Related Work

No response

Additional Information:

Change Type Labels

Change Type Label
Bug Fixes 🐛bug
Breaking Changes 🧨breaking changes
New Feature ✨new feature
CICD Changes ♻️cicd
Code Doc Changes 🗒️documentation/code
Product Doc Changes 📝documentation/product

Priority Type Labels

Priority Type Label
Low Priority low priority
Medium Priority medium priority
High Priority high priority

Code of Conduct

  • I agree to follow this project's Code of Conduct.

Metadata

Metadata

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions