Update dependabot.yml

This commit is contained in:
James Cole 2020-08-07 07:15:26 +00:00 committed by GitHub
parent 4feddb61c5
commit 3990f4b7af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ updates:
target-branch: develop
labels: ["bug"]
schedule:
interval: "daily"
interval: "weekly"
# yarn / JS updates
- package-ecosystem: "npm"
@ -15,7 +15,7 @@ updates:
target-branch: develop
labels: ["bug"]
schedule:
interval: "daily"
interval: "weekly"
# yarn / JS updates for new frontend
- package-ecosystem: "npm"
@ -23,4 +23,4 @@ updates:
target-branch: develop
labels: ["bug"]
schedule:
interval: "daily"
interval: "weekly"