mirror of
https://github.com/doctrine/doctrine-website.git
synced 2026-03-23 22:32:11 +01:00
Enable Dependabot for PHP
Errors should be easier to fix when we can tie them to a specific upgrade.
This commit is contained in:
committed by
Grégoire Paris
parent
930ad25554
commit
429032520d
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
@@ -1,5 +1,12 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "composer"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
labels:
|
||||
- "dependencies"
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
|
||||
Reference in New Issue
Block a user