Skip to content

Commit

Permalink
Merge pull request #108 from Lctrs/feature/dependabot
Browse files Browse the repository at this point in the history
dependabot: Switch to version 2
  • Loading branch information
lctrs-bot committed Jun 11, 2020
2 parents 0ea2b17 + fd44fe8 commit d4e0572
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
14 changes: 0 additions & 14 deletions .dependabot/config.yaml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,16 @@
# https://help.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2

updates:
- commit-message:
include: "scope"
prefix: "Build"
directory: "/"
labels:
- "dependency"
open-pull-requests-limit: 10
package-ecosystem: "composer"
schedule:
interval: "daily"
versioning-strategy: "increase"
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Expand Up @@ -395,7 +395,7 @@ jobs:
github.event.action == 'reopened' ||
github.event.action == 'synchronize'
) && (
(github.actor == 'dependabot-preview[bot]' && startsWith(github.event.pull_request.title, 'Build(deps-dev)')) ||
(github.actor == 'dependabot[bot]' && startsWith(github.event.pull_request.title, 'Build(deps-dev)')) ||
(github.actor == 'lctrs-bot' && github.event.pull_request.title == 'Enhancement: Update license year') ||
(github.actor == 'Lctrs' && contains(github.event.pull_request.labels.*.name, 'merge'))
)
Expand Down

0 comments on commit d4e0572

Please sign in to comment.