Summary: Move to `versioning-strategy: increase-if-necessary`. I'm not sure if that's what we want, but it's really annoying right now where if you include a lockfile, it will update every single patch release, whether or not it's covered by your version range right now. Let's try this and revert if it doesn't do what I think it does. Config description here: https://help.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#versioning-strategy Pull Request resolved: https://github.com/facebook/flipper/pull/1277 Reviewed By: nikoant Differential Revision: D22118718 Pulled By: passy fbshipit-source-id: 450c022fb2a17b68561bb2d9796976dddec002e2
17 lines
373 B
YAML
17 lines
373 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: "/desktop"
|
|
schedule:
|
|
interval: weekly
|
|
time: '13:00'
|
|
open-pull-requests-limit: 10
|
|
versioning-strategy: increase-if-necessary
|
|
- package-ecosystem: cargo
|
|
directory: "/packer"
|
|
schedule:
|
|
interval: weekly
|
|
time: '13:00'
|
|
open-pull-requests-limit: 10
|
|
versioning-strategy: increase-if-necessary
|