2020-07-17 12:16:05 -05:00
|
|
|
version: 2
|
|
|
|
updates:
|
2020-07-28 13:41:44 -05:00
|
|
|
|
2024-01-30 01:27:47 -06:00
|
|
|
# Check for updates to GitHub Actions every week
|
|
|
|
- package-ecosystem: "github-actions"
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|
|
|
|
|
2020-07-17 12:16:05 -05:00
|
|
|
# composer updates
|
|
|
|
- package-ecosystem: "composer"
|
|
|
|
directory: "/" # Location of package manifests
|
|
|
|
target-branch: develop
|
2021-06-20 23:34:18 -05:00
|
|
|
versioning-strategy: increase
|
2020-07-17 12:16:05 -05:00
|
|
|
schedule:
|
2020-08-07 04:07:48 -05:00
|
|
|
interval: "weekly"
|
2020-07-17 12:16:05 -05:00
|
|
|
|
|
|
|
# yarn / JS updates
|
|
|
|
- package-ecosystem: "npm"
|
|
|
|
directory: "/"
|
|
|
|
target-branch: develop
|
2022-04-27 16:24:04 -05:00
|
|
|
versioning-strategy: increase
|
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|