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

Change faker dependency Renovate schedule #206

Open
rclement opened this issue Dec 6, 2023 Discussed in #203 · 0 comments
Open

Change faker dependency Renovate schedule #206

rclement opened this issue Dec 6, 2023 Discussed in #203 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@rclement
Copy link
Owner

rclement commented Dec 6, 2023

faker dependency is updated too often and brings noise to Renovate auto updates.

@HaveF suggests to limit the update frequency using Renovate configuration.
For instance to update the package monthly on the first day of the month:

{
  "packageRules": [
    {
      "matchPackageNames": ["faker"],
      "schedule": ["before 4am on the first day of the month"]
    }
  ]
}

Discussed in #203

Originally posted by HaveF December 1, 2023
#200 (comment)

the faker package changed too too frequent...do we need add some renovate config? (because I'm watching this repo, too many mail for this package)

https://docs.renovatebot.com/key-concepts/scheduling/#schedule-when-to-update-specific-dependencies

@rclement rclement added enhancement New feature or request good first issue Good for newcomers labels Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant