Commit 89dc670
authored
chore(deps): update dependency knope to v0.13.4 (#937)
[](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.13.3` ->
`0.13.4` |
---
### Release Notes
<details>
<summary>knope-dev/knope (knope)</summary>
###
[`v0.13.4`](https://togithub.com/knope-dev/knope/blob/HEAD/CHANGELOG.md#0134-2024-01-13)
[Compare
Source](https://togithub.com/knope-dev/knope/compare/v0.13.3...v0.13.4)
##### Features
##### Gitea support
PR [#​759](https://togithub.com/knope-dev/knope/issues/759) closed
issue [#​743](https://togithub.com/knope-dev/knope/issues/743).
Thank you,
[@​FallenValkyrie](https://togithub.com/FallenValkyrie)!
- Added Support for Gitea in the `CreatePullRequest` step
- Added Support for Gitea in the `Release` step
- Added A new `SelectGiteaIssue` step
- Add support to generate Gitea config from known public Gitea instances
To use these new steps, just add a new section to your configuration,
like this:
```toml
[gitea]
repo = "knope"
owner = "knope-dev"
host = "https://codeberg.org"
```
You can now use the supported steps in the same way as their GitHub
equivalents.
> \[!TIP]
> Knope can now generate a configuration for you, if your repository's
remote is one of the known
> public Gitea instances. Currently only
[Codeberg](https://codeberg.org) is supported,
> but feel free to add more
[here](https://togithub.com/knope-dev/knope/blob/main/src/config/toml/config.rs#L90).
</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 4ddf1f6 commit 89dc670
File tree
3 files changed
+3
-3
lines changed- .github/workflows
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments