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

Support for Renovate configurations for use by UnJS users #15

Open
1 task done
shinGangan opened this issue Feb 26, 2024 · 1 comment
Open
1 task done

Support for Renovate configurations for use by UnJS users #15

shinGangan opened this issue Feb 26, 2024 · 1 comment

Comments

@shinGangan
Copy link

Describe the feature

Currently, the config provided in this repository is for UnJS package developers.
Therefore, there is no config for users who are developing with UnJS.
We have also observed cases where the UnJS package has not been updated by checking the Nuxt family repositories.

Therefore, we would like to support a config for users who are developing with UnJS.

Usage example

for developing UnJS

{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "github>unjs/renovate-config"
  ]
}

for developing with UnJS

{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "github>unjs/renovate-config:unjs"
  ]
}

The following commits have been experimentally configured. I can create a PR at any time.

Additional information

  • Would you be willing to help implement this feature?
@shinGangan shinGangan changed the title Support for Renovate configurations for use by UnJS users(and developers) Support for Renovate configurations for use by UnJS users Feb 26, 2024
@shinGangan
Copy link
Author

Hi @NozomuIkuta .

The priority here is quite low. I would be happy to receive your comments when you are time. 🙏

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

No branches or pull requests

1 participant