Skip to content

Commit

Permalink
Merge pull request #238 from mimmi20/updates
Browse files Browse the repository at this point in the history
update dependabot and renovate
  • Loading branch information
mimmi20 authored Jul 2, 2023
2 parents fa591e8 + 39eaa84 commit 934cc88
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 → .github/dependabot.temp.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: "tuesday"
time: "03: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: "tuesday"
# time: "03: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: infection/infection
# 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,7 +3,7 @@

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

"enabled": false,
"enabled": true,
"assignees": [
"mimmi20"
],
Expand All @@ -14,7 +14,8 @@
"enabledManagers": ["composer", "github-actions", "npm"],
"ignoreUnstable": true,
"labels": [
"dependencies"
"dependencies",
"patch"
],
"lockFileMaintenance": {
"enabled": false
Expand All @@ -39,11 +40,11 @@
"mimmi20"
],
"rollbackPrs": true,
"schedule": ["before 3am"],
"schedule": ["at 4:00 am on Tuesday"],
"semanticCommits": "disabled",
"separateMajorMinor": true,
"separateMinorPatch": false,
"timezone": "UTC",
"timezone": "Europe/Berlin",
"updateLockFiles": false,
"updateNotScheduled": false,
"packageRules": [
Expand Down

0 comments on commit 934cc88

Please sign in to comment.