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:
parent
c2b0253c39
commit
26c3c624bb
29
.github/dependabot.yaml
vendored
Normal file
29
.github/dependabot.yaml
vendored
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user