rclement / datasette-dashboards

Datasette plugin providing data dashboards from metadata
https://datasette-dashboards-demo.vercel.app
Apache License 2.0
133 stars 7 forks source link

Change `faker` dependency Renovate schedule #206

Open rclement opened 7 months ago

rclement commented 7 months ago

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 https://github.com/rclement/datasette-dashboards/discussions/203

Originally posted by **HaveF** December 1, 2023 https://github.com/rclement/datasette-dashboards/pull/200#issuecomment-1820050650 the faker package [changed too too frequent](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)...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