You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
548 B
24 lines
548 B
version: 2
|
|
updates:
|
|
|
|
# Check for updates to GitHub Actions every week
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
|
|
# composer updates
|
|
- package-ecosystem: "composer"
|
|
directory: "/" # Location of package manifests
|
|
target-branch: develop
|
|
versioning-strategy: increase
|
|
schedule:
|
|
interval: "weekly"
|
|
|
|
# yarn / JS updates
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
target-branch: develop
|
|
versioning-strategy: increase
|
|
schedule:
|
|
interval: "weekly"
|