Add Dependabot GitHub workflow

Signed-off-by: Sebastian Meyer <sebastian.meyer@opencultureconsulting.com>
This commit is contained in:
Sebastian Meyer 2023-11-21 17:37:55 +01:00 committed by GitHub
parent f70f4f78e2
commit 70c28b5d02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

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

@ -0,0 +1,19 @@
name: Dependabot
version: 2
updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "weekly"
assignees:
- "sebastian-meyer"
labels: [ ]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
assignees:
- "sebastian-meyer"
labels: [ ]