2
0
mirror of https://github.com/opencultureconsulting/php-basics.git synced 2025-03-30 00:00:15 +01:00

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

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: [ ]