1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-01-16 21:58:18 +01:00

Enhancement: Add configuration for Dependabot (#2083)

This commit is contained in:
Andreas Möller 2020-10-23 14:58:11 +02:00 committed by GitHub
parent c2b0253c39
commit 26c3c624bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

29
.github/dependabot.yaml vendored Normal file
View File

@ -0,0 +1,29 @@
# https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- commit-message:
include: "scope"
prefix: "composer"
directory: "/"
labels:
- "dependency"
open-pull-requests-limit: 10
package-ecosystem: "composer"
schedule:
interval: "daily"
target-branch: "next"
versioning-strategy: "increase"
- commit-message:
include: "scope"
prefix: "github-actions"
directory: "/"
labels:
- "dependency"
open-pull-requests-limit: 10
package-ecosystem: "github-actions"
schedule:
interval: "daily"
target-branch: "next"