Skip to content

Commit

Permalink
configure dependabot for branch 2.9.x (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
mimmi20 authored Aug 3, 2022
1 parent b51c757 commit bbb3839
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
version: 2

updates:
# update master
- package-ecosystem: "composer"
directory: "/"
schedule:
Expand Down Expand Up @@ -40,3 +41,44 @@ updates:
commit-message:
include: "scope"
prefix: "github-actions"

# update branch 2.9.x
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
reviewers:
- "mimmi20"
assignees:
- "mimmi20"
labels:
- "dependencies"
target-branch: "2.9.x"
versioning-strategy: "increase"
commit-message:
include: "scope"
prefix: "composer"
ignore:
- dependency-name: slevomat/coding-standard
versions:
- ">= 0"
# - dependency-name: phpunit/phpunit
# versions:
# - ">= 0"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
reviewers:
- "mimmi20"
assignees:
- "mimmi20"
labels:
- "dependencies"
target-branch: "2.9.x"
commit-message:
include: "scope"
prefix: "github-actions"

0 comments on commit bbb3839

Please sign in to comment.