diff --git a/other-docs/guides/automatic-updates.md b/other-docs/guides/automatic-updates.md index d033ecf6..e64db52c 100644 --- a/other-docs/guides/automatic-updates.md +++ b/other-docs/guides/automatic-updates.md @@ -17,12 +17,12 @@ updates: - package-ecosystem: "composer" # Look for `composer.json` and `composer.lock` files in the `root` directory directory: "/" - # Create pull requests as soon as updates are made available + # Create pull requests for updates (if any) once a day: schedule: - interval: "live" + interval: "daily" # Increase the version requirements for Composer # only when required - versioning-strategy: increase-if-necessary + versioning-strategy: lockfile-only ``` Finally commit this file to your repo, and you're done.