Update dependabot config

This commit is contained in:
Daniel Supernault 2022-12-02 03:10:14 -07:00
parent 253d5a9a6b
commit 76961c4119
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 10 additions and 6 deletions

View File

@ -5,11 +5,15 @@
version: 2
updates:
- package-ecosystem: "composer" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "composer"
directory: "/"
target-branch: "staging"
schedule:
interval: "daily"
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
interval: "weekly"
versioning-strategy: lockfile-only
- package-ecosystem: "npm"
directory: "/"
target-branch: "staging"
schedule:
interval: "daily"
interval: "weekly"
versioning-strategy: lockfile-only