Skip to content

Commit ec96b06

Browse files
chore(deps): update dependency knope to v0.14.1 (#977)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [knope](https://knope.tech) ([source](https://togithub.com/knope-dev/knope)) | patch | `0.14.0` -> `0.14.1` | --- ### Release Notes <details> <summary>knope-dev/knope (knope)</summary> ### [`v0.14.1`](https://togithub.com/knope-dev/knope/blob/HEAD/CHANGELOG.md#0141-2024-02-23) [Compare Source](https://togithub.com/knope-dev/knope/compare/v0.14.0...v0.14.1) ##### Features ##### Add `ignore_go_major_versioning` option You can now set `ignore_go_major_versioning = true` for a package in `knope.toml` to turn off the major version validation & updating in `go.mod` files. More details in [the new docs](https://knope.tech/reference/config-file/packages/#ignore_go_major_versioning). Closes [#&#8203;863](https://togithub.com/knope-dev/knope/issues/863), thanks for the suggestion [@&#8203;BatmanAoD](https://togithub.com/BatmanAoD)! </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/openapi-generators/openapi-python-client). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c28226e commit ec96b06

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/preview_release_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
git config user.email github-actions@github.com
1818
- uses: knope-dev/action@v2.0.0
1919
with:
20-
version: 0.14.0
20+
version: 0.14.1
2121
- run: knope prepare-release --verbose
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.PAT }}

.github/workflows/release-dry-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
- name: Install Knope
1414
uses: knope-dev/action@v2.0.0
1515
with:
16-
version: 0.14.0
16+
version: 0.14.1
1717
- run: knope prepare-release --dry-run

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Knope
2020
uses: knope-dev/action@v2.0.0
2121
with:
22-
version: 0.14.0
22+
version: 0.14.1
2323
- name: Install Hatchling
2424
run: pip install --upgrade hatchling
2525
- name: Build

0 commit comments

Comments
 (0)