firefly-iii/.github/dependabot.yml

25 lines
548 B
YAML
Raw Normal View History

2020-07-17 12:16:05 -05:00
version: 2
updates:
2020-07-28 13:41:44 -05: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
versioning-strategy: increase
schedule:
interval: "weekly"