Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/gitbook/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

### Bug Fixes

* **deps:** update python dependencies (python) ([#4453](https://github.com/taskforcesh/bullmq/issues/4453)) ([e58f9e1](https://github.com/taskforcesh/bullmq/commit/e58f9e1892463da4ca411506d66ee01413e5daeb))
* No Node.js changes.

## [6.0.4](https://github.com/taskforcesh/bullmq/compare/v6.0.3...v6.0.4) (2026-08-01)

Expand Down
3 changes: 0 additions & 3 deletions docs/gitbook/elixir/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@

### Bug Fixes

* **deps:** update python dependencies (python) ([#4453](https://github.com/taskforcesh/bullmq/issues/4453)) ([e58f9e1](https://github.com/taskforcesh/bullmq/commit/e58f9e1892463da4ca411506d66ee01413e5daeb))
* **deps:** update security patches [security] ([#4444](https://github.com/taskforcesh/bullmq/issues/4444)) ([c1cf328](https://github.com/taskforcesh/bullmq/commit/c1cf32881474f3f1e9b620e025abde07a359eb06))
* **worker:** fail jobs with deferred failure in task-based worker path [elixir] ([#4458](https://github.com/taskforcesh/bullmq/issues/4458)) ([740985a](https://github.com/taskforcesh/bullmq/commit/740985ae2f67a9144e7787f89955bf8c7f9500e0))

## [2.0.2](https://github.com/taskforcesh/bullmq/compare/vex2.0.1...vex2.0.2) (2026-07-31)


### Bug Fixes

* **deps:** update dependency redis to v7.4.1 ([#4426](https://github.com/taskforcesh/bullmq/issues/4426)) ([2ac754f](https://github.com/taskforcesh/bullmq/commit/2ac754fd718927e2c0043d6d7787de32d0d196f7))
* **postgres:** drop redundant bullmq_ prefix from schema objects ([#4436](https://github.com/taskforcesh/bullmq/issues/4436)) (elixir) (python) (node) ([067a73f](https://github.com/taskforcesh/bullmq/commit/067a73f3666a493c36c03ec2cca8228ae149f043))

## [2.0.1](https://github.com/taskforcesh/bullmq/compare/vex2.0.0...vex2.0.1) (2026-07-31)
Expand Down
3 changes: 1 addition & 2 deletions docs/gitbook/python/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

### Bug Fixes

* **deps:** update python dependencies (python) ([#4453](https://github.com/taskforcesh/bullmq/issues/4453)) ([e58f9e1](https://github.com/taskforcesh/bullmq/commit/e58f9e1892463da4ca411506d66ee01413e5daeb))
* **deps:** update security patches [security] ([#4444](https://github.com/taskforcesh/bullmq/issues/4444)) ([c1cf328](https://github.com/taskforcesh/bullmq/commit/c1cf32881474f3f1e9b620e025abde07a359eb06))
* **deps:** update python dependencies [python] ([#4453](https://github.com/taskforcesh/bullmq/issues/4453)) ([e58f9e1](https://github.com/taskforcesh/bullmq/commit/e58f9e1892463da4ca411506d66ee01413e5daeb))

## [3.0.2](https://github.com/taskforcesh/bullmq/compare/vpy3.0.1...vpy3.0.2) (2026-07-31)

Expand Down
2 changes: 1 addition & 1 deletion dotnet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"preset": "angular",
"presetConfig": {
"ignoreCommits": "^(?![^]*\\(dotnet\\))(?![^]*\\[dotnet\\]).*$"
"ignoreCommits": "^(?!.*\\(dotnet\\))(?!.*\\[dotnet\\]).*$"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion elixir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{
"preset": "angular",
"presetConfig": {
"ignoreCommits": "^(?![^]*\\(elixir\\))(?![^]*\\[elixir\\]).*$"
"ignoreCommits": "^(?!.*\\(elixir\\))(?!.*\\[elixir\\]).*$"
}
}
],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"release": false
},
{
"header": "**/*\\(dotnet\\)*",
"header": "**/*\\[dotnet\\]*",
Comment thread
roggervalf marked this conversation as resolved.
"release": false
}
]
Expand All @@ -210,7 +210,7 @@
{
"preset": "angular",
"presetConfig": {
"ignoreCommits": "(\\[python\\]|\\[elixir\\]|\\[php\\]|\\[rust\\]|\\[dotnet\\]|\\(dotnet\\))"
"ignoreCommits": "(\\[python\\]|\\[elixir\\]|\\[php\\]|\\[rust\\]|\\[dotnet\\])"
Comment thread
roggervalf marked this conversation as resolved.
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion php/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{
"preset": "angular",
"presetConfig": {
"ignoreCommits": "^(?![^]*\\(php\\))(?![^]*\\[php\\]).*$"
"ignoreCommits": "^(?!.*\\(php\\))(?!.*\\[php\\]).*$"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
{
"preset": "angular",
"presetConfig": {
"ignoreCommits": "^(?![^]*\\(python\\))(?![^]*\\[python\\]).*$"
"ignoreCommits": "^(?!.*\\(python\\))(?!.*\\[python\\]).*$"
}
}
],
Expand Down
79 changes: 79 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,57 @@
"matchPackageNames": ["*"],
"schedule": ["before 9am"]
},
{
"description": "Use chore commit type for all dev dependency updates",
"matchDepTypes": ["devDependencies", "require-dev", "dev-dependencies"],
"semanticCommitType": "chore"
},
{
"description": "Group every non-major Node.js/npm update (minor + patch) into a single PR",
"matchCategories": ["js", "node"],
"groupName": "Node.js dependencies",
"groupSlug": "nodejs"
},
{
"description": "Group every non-major Node.js/npm dev dependency update into a single PR",
"matchCategories": ["js", "node"],
"matchDepTypes": ["devDependencies"],
"groupName": "Node.js dev dependencies",
"groupSlug": "nodejs-dev",
"semanticCommitType": "chore"
},
{
"description": "Group every PHP (composer) update into a single PR",
"matchCategories": ["php"],
"groupName": "PHP dependencies",
"groupSlug": "php",
"commitMessageSuffix": "[php]"
},
{
"description": "Group every PHP (composer) dev dependency update into a single PR",
"matchCategories": ["php"],
"matchDepTypes": ["require-dev"],
"groupName": "PHP dev dependencies",
"groupSlug": "php-dev",
"commitMessageSuffix": "[php]",
"semanticCommitType": "chore"
},
{
"description": "Group every Python update into a single PR",
"matchCategories": ["python"],
"groupName": "Python dependencies",
"groupSlug": "python",
"commitMessageSuffix": "[python]"
},
{
"description": "Group every Python dev dependency update into a single PR",
"matchCategories": ["python"],
"matchDepTypes": ["dev-dependencies"],
"groupName": "Python dev dependencies",
"groupSlug": "python-dev",
"commitMessageSuffix": "[python]",
"semanticCommitType": "chore"
},
{
"description": "Group every Elixir (mix) update into a single PR",
"matchCategories": ["elixir"],
Expand All @@ -52,6 +83,15 @@
"groupSlug": "rust",
"commitMessageSuffix": "[rust]"
},
{
"description": "Group every Rust (cargo) dev dependency update into a single PR",
"matchCategories": ["rust"],
"matchDepTypes": ["dev-dependencies"],
"groupName": "Rust dev dependencies",
"groupSlug": "rust-dev",
"commitMessageSuffix": "[rust]",
"semanticCommitType": "chore"
},
{
"description": "Group every .NET (NuGet) update into a single PR",
"matchCategories": ["dotnet"],
Expand All @@ -78,6 +118,15 @@
"groupName": "Node.js dependencies (major)",
"groupSlug": "nodejs-major"
},
{
"description": "Separate Node.js major dev dependency updates into their own PR",
"matchCategories": ["js", "node"],
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["major"],
"groupName": "Node.js dev dependencies (major)",
"groupSlug": "nodejs-dev-major",
"semanticCommitType": "chore"
},
{
"description": "Separate PHP major updates into their own PR",
"matchCategories": ["php"],
Expand All @@ -86,6 +135,16 @@
"groupSlug": "php-major",
"commitMessageSuffix": "[php]"
},
{
"description": "Separate PHP major dev dependency updates into their own PR",
"matchCategories": ["php"],
"matchDepTypes": ["require-dev"],
"matchUpdateTypes": ["major"],
"groupName": "PHP dev dependencies (major)",
"groupSlug": "php-dev-major",
"commitMessageSuffix": "[php]",
"semanticCommitType": "chore"
},
{
"description": "Separate Python major updates into their own PR",
"matchCategories": ["python"],
Expand All @@ -94,6 +153,16 @@
"groupSlug": "python-major",
"commitMessageSuffix": "[python]"
},
{
"description": "Separate Python major dev dependency updates into their own PR",
"matchCategories": ["python"],
"matchDepTypes": ["dev-dependencies"],
"matchUpdateTypes": ["major"],
"groupName": "Python dev dependencies (major)",
"groupSlug": "python-dev-major",
"commitMessageSuffix": "[python]",
"semanticCommitType": "chore"
},
{
"description": "Separate Elixir major updates into their own PR",
"matchCategories": ["elixir"],
Expand All @@ -110,6 +179,16 @@
"groupSlug": "rust-major",
"commitMessageSuffix": "[rust]"
},
{
"description": "Separate Rust major dev dependency updates into their own PR",
"matchCategories": ["rust"],
"matchDepTypes": ["dev-dependencies"],
"matchUpdateTypes": ["major"],
"groupName": "Rust dev dependencies (major)",
"groupSlug": "rust-dev-major",
"commitMessageSuffix": "[rust]",
"semanticCommitType": "chore"
},
{
"description": "Separate .NET major updates into their own PR",
"matchCategories": ["dotnet"],
Expand Down
2 changes: 1 addition & 1 deletion rust/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
{
"preset": "angular",
"presetConfig": {
"ignoreCommits": "^(?![^]*\\(rust\\))(?![^]*\\[rust\\]).*$"
"ignoreCommits": "^(?!.*\\(rust\\))(?!.*\\[rust\\]).*$"
}
}
],
Expand Down
Loading