Skip to content

Commit c5e2460

Browse files
deps(ci): update dependency semantic-release to v25.0.7 (#1195)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [semantic-release](https://redirect.github.com/semantic-release/semantic-release) | [`25.0.6` → `25.0.7`](https://renovatebot.com/diffs/npm/semantic-release/25.0.6/25.0.7) | ![age](https://developer.mend.io/api/mc/badges/age/npm/semantic-release/25.0.7?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/semantic-release/25.0.6/25.0.7?slim=true) | --- ### Release Notes <details> <summary>semantic-release/semantic-release (semantic-release)</summary> ### [`v25.0.7`](https://redirect.github.com/semantic-release/semantic-release/compare/v25.0.6...v25.0.7) [Compare Source](https://redirect.github.com/semantic-release/semantic-release/compare/v25.0.6...v25.0.7) </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Zurich) - Branch creation - "after 9pm,before 6am" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/dotnet/dotnet-operator-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marcus Kimpenhaus <kimpenhaus@devil-engineering.de>
1 parent e545bf8 commit c5e2460

4 files changed

Lines changed: 12 additions & 6 deletions

File tree

.release/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@semantic-release/release-notes-generator": "14.1.1",
1313
"conventional-changelog-conventionalcommits": "9.3.1",
1414
"patch-package": "^8.0.1",
15-
"semantic-release": "25.0.6",
15+
"semantic-release": "25.0.7",
1616
"semantic-release-net": "1.3.2"
1717
}
1818
}
File renamed without changes.

renovate.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@
6565
"matchPackageNames": ["JsonPatch.Net"],
6666
"allowedVersions": "<=4.0.1"
6767
},
68+
{
69+
"description": ["Keep conventional-changelog-conventionalcommits pinned to 9.3.1."],
70+
"matchManagers": ["npm"],
71+
"matchPackageNames": ["conventional-changelog-conventionalcommits"],
72+
"allowedVersions": "9.3.1"
73+
},
6874
{
6975
"description": ["Aspire.Hosting.Kubernetes only ships prerelease versions, so allow unstable updates for it."],
7076
"matchManagers": ["nuget"],
@@ -88,4 +94,4 @@
8894
"automerge": false
8995
}
9096
]
91-
}
97+
}

0 commit comments

Comments
 (0)