mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-22 08:56:39 -06:00
3117d8b30d
Remove labels. Signed-off-by: James Cole <james@firefly-iii.org>
28 lines
593 B
YAML
28 lines
593 B
YAML
version: 2
|
|
updates:
|
|
|
|
# Check for updates to GitHub Actions every week
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
labels: []
|
|
schedule:
|
|
interval: "weekly"
|
|
|
|
# composer updates
|
|
- package-ecosystem: "composer"
|
|
directory: "/" # Location of package manifests
|
|
target-branch: develop
|
|
labels: []
|
|
versioning-strategy: increase
|
|
schedule:
|
|
interval: "weekly"
|
|
|
|
# yarn / JS updates
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
labels: []
|
|
target-branch: develop
|
|
versioning-strategy: increase
|
|
schedule:
|
|
interval: "weekly"
|