Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mimmi20 committed Feb 21, 2021
1 parent f87277b commit 87c5afb
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 73 deletions.
20 changes: 12 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
version: 2

updates:
- package-ecosystem: composer
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: daily
time: '04:30'
interval: "weekly"
day: "monday"
time: "04:30"
timezone: "Europe/Berlin"
open-pull-requests-limit: 10
reviewers:
- "mimmi20"
Expand All @@ -16,22 +18,24 @@ updates:
labels:
- "dependencies"
versioning-strategy: increase
commit-message:
include: "scope"
prefix: "composer"
ignore:
- dependency-name: infection/infection
versions:
- ">= 0"
- dependency-name: phpunit/phpunit
versions:
- ">= 0"
commit-message:
include: "scope"
prefix: "Build"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
time: '04:30'
interval: "weekly"
day: "monday"
time: "04:30"
timezone: "Europe/Berlin"
open-pull-requests-limit: 10
reviewers:
- "mimmi20"
Expand Down
Loading

0 comments on commit 87c5afb

Please sign in to comment.