Add dependabot

This commit is contained in:
James Cole 2020-07-17 19:16:05 +02:00
parent e54c08e2d3
commit fafb7f5e49
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

26
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,26 @@
version: 2
updates:
# composer updates
- package-ecosystem: "composer"
directory: "/" # Location of package manifests
target-branch: develop
labels: bug
schedule:
interval: "daily"
# yarn / JS updates
- package-ecosystem: "npm"
directory: "/"
target-branch: develop
labels: bug
schedule:
interval: "daily"
# yarn / JS updates for new frontend
- package-ecosystem: "npm"
directory: "/frontend"
target-branch: develop
labels: bug
schedule:
interval: "daily"