-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Maven datasource should use fs wrapper #10037
Comments
@rarkins @HonkingGoose Can we have a issue templates for refactorings / docs ? |
We could have templates for refactoring and docs, but we need to decide if we want to keep things simple (bug/feature template only), or if we want to have templates for all the things. I remember that @rarkins was against having docs issue templates, as he wants contributors to open a discussion first in case of docs problems/confusion. We can put a comment in the new docs/refactoring templates that these templates are only for "internal use". I noticed that @zharinov is making a lot of refactoring issues, so it might be helpful for them to have a template with the correct labels applied, right now we need to manually fix up the labels. @viceice What kind of things do you need out of the docs/refactoring templates? |
I'm not sure about this - both ways have pros and cons. The main cons are that users confuse or misuse them, although maybe they won't really be so tempted by "refactor" or "docs" options? Today I just create a feature template and then delete the template and labels |
yeah, was mainly because of automatic labels 🙃 Do you see another option to automaticall apply labels when i change the type label only? eg, prio normal and state ready? |
We could maybe use an Action to apply triage/status labels to new Issues and only apply |
Do we need to support file protocol at all? What are use-cases other than now defunct file-based mocks? |
I don't think we need to support |
🎉 This issue has been resolved in version 25.33.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What would you like Renovate to be able to do?
Currently maven datasource is using
fs-extra
:renovate/lib/datasource/maven/util.ts
Lines 103 to 109 in bc25520
It should use our fs wrapper. seen it while reviewing #6747
Did you already have any implementation ideas?
Sure, replace
fs-extra
withlib/util/fs
.The text was updated successfully, but these errors were encountered: