Skip to content

Commit

Permalink
update dependabot and renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
mimmi20 committed Jul 2, 2023
1 parent 0c9e865 commit 6e5c00e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 24 deletions.
40 changes: 20 additions & 20 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@
version: 2

updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "weekly"
day: "friday"
time: "04:00"
timezone: "Europe/Berlin"
open-pull-requests-limit: 10
reviewers:
- "mimmi20"
assignees:
- "mimmi20"
labels:
- "dependencies"
- "patch"
versioning-strategy: "increase"
target-branch: "master"
commit-message:
include: "scope"
prefix: "composer"
# - package-ecosystem: "composer"
# directory: "/"
# schedule:
# interval: "weekly"
# day: "friday"
# time: "04:00"
# timezone: "Europe/Berlin"
# open-pull-requests-limit: 10
# reviewers:
# - "mimmi20"
# assignees:
# - "mimmi20"
# labels:
# - "dependencies"
# - "patch"
# versioning-strategy: "increase"
# target-branch: "master"
# commit-message:
# include: "scope"
# prefix: "composer"
# ignore:
# - dependency-name: "laminas/laminas-dependency-plugin"
# versions:
Expand Down
9 changes: 5 additions & 4 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@

"extends": ["github>whitesource/merge-confidence:beta"],

"enabled": false,
"enabled": true,
"assignees": [
"mimmi20"
],
"automerge": false,
"commitBody": "Signed-off-by: {{{gitAuthor}}}",
"commitBodyTable": true,
"dependencyDashboard": false,
"enabledManagers": ["composer", "github-actions", "npm"],
"enabledManagers": ["composer", "npm"],
"ignoreUnstable": true,
"labels": [
"dependencies"
"dependencies",
"patch"
],
"lockFileMaintenance": {
"enabled": false
Expand All @@ -39,7 +40,7 @@
"mimmi20"
],
"rollbackPrs": true,
"schedule": ["before 3am"],
"schedule": ["at 4:00 am on Friday"],
"semanticCommits": "disabled",
"separateMajorMinor": true,
"separateMinorPatch": false,
Expand Down

0 comments on commit 6e5c00e

Please sign in to comment.