Merge pull request #275 from jonnybarnes/270-setup-dependabot

Configure dependabot
This commit is contained in:
Jonny Barnes 2022-07-08 17:00:54 +01:00 committed by GitHub
commit bb02bda71d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"