Skip to content

Commit

Permalink
Merge pull request #165 from humanmade/backport-163-to-v4-branch
Browse files Browse the repository at this point in the history
[Backport v4-branch] Fix dependabot config example
  • Loading branch information
roborourke authored Oct 6, 2020
2 parents c79700e + 486549a commit 2ece3d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions other-docs/guides/automatic-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2ece3d2

Please sign in to comment.