Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: New config option staticRepoConfig #33302

Closed
nabeelsaabna opened this issue Dec 27, 2024 Discussed in #33280 · 1 comment · Fixed by #33360
Closed

feat: New config option staticRepoConfig #33302

nabeelsaabna opened this issue Dec 27, 2024 Discussed in #33280 · 1 comment · Fixed by #33360
Assignees
Labels
core:config Related to config capabilities and presets priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)

Comments

@nabeelsaabna
Copy link
Contributor

Discussed in #33280

Originally posted by nabeelsaabna December 25, 2024

Tell us more.

Mend needs a new config option called RENOVATE_STATIC_REPO_CONFIG
This config option is part of the “self-hoted config” (can’t be used from the repository renovate.json)
Renovate will evaluate this new config for each repository immediately before reading/processing the repository config

Current config order:

  1. Default config
  2. Global config
  3. File config
  4. Environment config
  5. CLI config
  6. Inherited config
  7. Resolved presets referenced in config
  8. Repository config

The new option should be applied and merged after #6 and before #7

better naming options than staticRepoConfig are welcomed, preferably a name that is not in use already to reduce confusion.

@nabeelsaabna nabeelsaabna added type:feature Feature (new functionality) priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others core:config Related to config capabilities and presets labels Dec 27, 2024
@Gabriel-Ladzaretti Gabriel-Ladzaretti self-assigned this Dec 30, 2024
@renovate-release
Copy link
Collaborator

🎉 This issue has been resolved in version 39.92.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core:config Related to config capabilities and presets priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants