dea64e5c75
Update renovate/renovate Docker digest to 9d25e2c
2025-03-04 11:01:26 +00:00
ada68ae8a4
Update renovate/renovate Docker digest to 1924441
2025-03-04 08:01:12 +00:00
0ed26058ac
Update renovate/renovate Docker digest to b8539ce
2025-03-03 20:01:25 +00:00
5a3fe27f07
Update renovate/renovate Docker digest to 10ba97f
2025-03-03 18:01:28 +00:00
87af8febc1
Update renovate/renovate Docker digest to f4c5ab2
2025-03-03 17:01:13 +00:00
0d7a20b3a1
Update renovate/renovate Docker digest to 72487eb
2025-03-03 14:01:15 +00:00
02459c3b2f
Update renovate/renovate Docker digest to 5b8f3bc
2025-03-03 13:01:30 +00:00
3b81f7fd96
Update renovate/renovate Docker digest to 1e29400
2025-03-03 12:01:11 +00:00
27e2fb11a6
Update renovate/renovate Docker digest to 76148c6
2025-02-28 18:01:13 +00:00
edc87beb0c
Update renovate/renovate Docker digest to 9198ba4
2025-02-28 16:01:06 +00:00
1e07a22812
Update renovate/renovate Docker digest to d88e33b
2025-02-28 14:01:31 +00:00
2e0de08496
Update renovate/renovate Docker digest to d7663b6
2025-02-28 11:01:31 +00:00
e028f86835
Update renovate/renovate Docker digest to 71c466c
2025-02-27 19:01:33 +00:00
98d24e64ee
Update renovate/renovate Docker digest to a744927
2025-02-26 19:01:26 +00:00
03f5ae1941
Update renovate/renovate Docker digest to 7f878c7
2025-02-26 18:01:28 +00:00
91ff52ae6d
Update renovate/renovate Docker digest to 7700756
2025-02-26 17:01:27 +00:00
8979835a31
Update renovate/renovate Docker digest to ce86f8a
2025-02-26 16:01:05 +00:00
49f648b8b7
Update https://code.forgejo.org/actions/checkout action to v4.2.2
2025-02-26 13:01:46 +00:00
e9e0117dfe
Update Rust crate chrono to v0.4.40
2025-02-26 13:01:40 +00:00
a25dac01eb
Update renovate/renovate Docker digest to 9a48226
2025-02-26 12:00:55 +00:00
9d18e1f1b0
Update actions/checkout digest to 11bd719
2025-02-26 12:00:51 +00:00
746fc4c34e
fix ci
2025-02-26 12:17:53 +01:00
bb950e510d
Update Rust crate clap to v4.5.31 ( #16 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [clap](https://github.com/clap-rs/clap ) | dependencies | patch | `4.5.4` -> `4.5.31` |
---
### Release Notes
<details>
<summary>clap-rs/clap (clap)</summary>
### [`v4.5.31`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4531---2025-02-24 )
[Compare Source](https://github.com/clap-rs/clap/compare/v4.5.30...v4.5.31 )
##### Features
- Add `ValueParserFactory` for `Saturating<T>`
### [`v4.5.30`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4530---2025-02-17 )
[Compare Source](https://github.com/clap-rs/clap/compare/v4.5.29...v4.5.30 )
##### Fixes
- *(assert)* Allow `num_args(0..=1)` to be used with `SetTrue`
- *(assert)* Clean up rendering of `takes_values` assertions
### [`v4.5.29`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4529---2025-02-11 )
[Compare Source](https://github.com/clap-rs/clap/compare/v4.5.28...v4.5.29 )
##### Fixes
- Change `ArgMatches::args_present` so not-present flags are considered not-present (matching the documentation)
### [`v4.5.28`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4528---2025-02-03 )
[Compare Source](https://github.com/clap-rs/clap/compare/v4.5.27...v4.5.28 )
##### Features
- *(derive)* Unstable support for full markdown syntax for doc comments, enabled with `unstable-markdown`
### [`v4.5.27`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4527---2025-01-20 )
[Compare Source](https://github.com/clap-rs/clap/compare/v4.5.26...v4.5.27 )
##### Documentation
- Iterate on tutorials and reference based on feedback
### [`v4.5.26`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4526---2025-01-09 )
[Compare Source](https://github.com/clap-rs/clap/compare/v4.5.25...v4.5.26 )
##### Fixes
- *(error)* Reduce binary size with the `suggestions` feature
### [`v4.5.25`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4525---2025-01-09 )
[Compare Source](https://github.com/clap-rs/clap/compare/v4.5.24...v4.5.25 )
##### Fixes
- *(help)* Reduce binary size
### [`v4.5.24`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4524---2025-01-07 )
[Compare Source](https://github.com/clap-rs/clap/compare/v4.5.23...v4.5.24 )
##### Fixes
- *(parser)* Correctly handle defaults with `ignore_errors(true)` and when a suggestion is provided for an unknown argument
### [`v4.5.23`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4523---2024-12-05 )
[Compare Source](https://github.com/clap-rs/clap/compare/v4.5.22...v4.5.23 )
##### Fixes
- *(parser)* When check `allow_negative_numbers`, allow `E` again
### [`v4.5.22`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4522---2024-12-03 )
[Compare Source](https://github.com/clap-rs/clap/compare/v4.5.21...v4.5.22 )
##### Fixes
- *(assert)* Catch bugs with arguments requiring themself
### [`v4.5.21`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4521---2024-11-13 )
[Compare Source](https://github.com/clap-rs/clap/compare/v4.5.20...v4.5.21 )
##### Fixes
- *(parser)* Ensure defaults are filled in on error with `ignore_errors(true)`
### [`v4.5.20`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4520---2024-10-08 )
[Compare Source](https://github.com/clap-rs/clap/compare/v4.5.19...v4.5.20 )
##### Features
- *(unstable)* Add `CommandExt`
### [`v4.5.19`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4519---2024-10-01 )
[Compare Source](https://github.com/clap-rs/clap/compare/v4.5.18...v4.5.19 )
##### Internal
- Update dependencies
### [`v4.5.18`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4518---2024-09-20 )
[Compare Source](https://github.com/clap-rs/clap/compare/v4.5.17...v4.5.18 )
##### Features
- *(builder)* Expose `Arg::get_display_order` and `Command::get_display_order`
### [`v4.5.17`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4517---2024-09-04 )
[Compare Source](https://github.com/clap-rs/clap/compare/v4.5.16...v4.5.17 )
##### Fixes
- *(help)* Style required argument groups
- *(derive)* Improve error messages when unsupported fields are used
### [`v4.5.16`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4516---2024-08-15 )
[Compare Source](https://github.com/clap-rs/clap/compare/v4.5.15...v4.5.16 )
##### Fixes
- *(derive)* Improve error messages when `derive` feature is missing
### [`v4.5.15`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4515---2024-08-10 )
[Compare Source](https://github.com/clap-rs/clap/compare/v4.5.14...v4.5.15 )
##### Compatiblity
- *(unstable-ext)* `Arg::remove` changed return types
##### Fixes
- *(unstable-ext)* Make `Arg::remove` return the removed item
### [`v4.5.14`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4514---2024-08-08 )
[Compare Source](https://github.com/clap-rs/clap/compare/v4.5.13...v4.5.14 )
##### Features
- *(unstable-ext)* Added `Arg::add` for attaching arbitrary state, like completion hints, to `Arg` without `Arg` knowing about it
### [`v4.5.13`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4513---2024-07-31 )
[Compare Source](https://github.com/clap-rs/clap/compare/v4.5.12...v4.5.13 )
##### Fixes
- *(derive)* Improve error message when `#[flatten]`ing an optional `#[group(skip)]`
- *(help)* Properly wrap long subcommand descriptions in help
### [`v4.5.12`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4512---2024-07-31 )
[Compare Source](https://github.com/clap-rs/clap/compare/v4.5.11...v4.5.12 )
### [`v4.5.11`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4511---2024-07-25 )
[Compare Source](https://github.com/clap-rs/clap/compare/v4.5.10...v4.5.11 )
### [`v4.5.10`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4510---2024-07-23 )
[Compare Source](https://github.com/clap-rs/clap/compare/v4.5.9...v4.5.10 )
### [`v4.5.9`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#459---2024-07-09 )
[Compare Source](https://github.com/clap-rs/clap/compare/v4.5.8...v4.5.9 )
##### Fixes
- *(error)* When defining a custom help flag, be sure to suggest it like we do the built-in one
### [`v4.5.8`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28 )
[Compare Source](https://github.com/clap-rs/clap/compare/v4.5.7...v4.5.8 )
##### Fixes
- Reduce extra flushes
### [`v4.5.7`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10 )
[Compare Source](https://github.com/clap-rs/clap/compare/v4.5.6...v4.5.7 )
##### Fixes
- Clean up error message when too few arguments for `num_args`
### [`v4.5.6`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06 )
[Compare Source](https://github.com/clap-rs/clap/compare/v4.5.5...v4.5.6 )
### [`v4.5.5`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06 )
[Compare Source](https://github.com/clap-rs/clap/compare/v4.5.4...v4.5.5 )
##### Fixes
- Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all`
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjkuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEyOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: #16
Co-authored-by: Johnny5 <bot@snaile.de>
Co-committed-by: Johnny5 <bot@snaile.de>
2025-02-25 14:41:00 +01:00
c49b4591ac
Update renovate/renovate Docker digest to bfa5da2 ( #17 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| renovate/renovate | container | digest | `6a4948c` -> `bfa5da2` |
---
### 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 [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjkuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEyOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: #17
Co-authored-by: Johnny5 <bot@snaile.de>
Co-committed-by: Johnny5 <bot@snaile.de>
2025-02-25 14:40:20 +01:00
3854eb5553
Update renovate/renovate Docker digest to 6a4948c ( #14 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| renovate/renovate | container | digest | `bcfb43d` -> `6a4948c` |
---
### 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 [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM0MC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: #14
Co-authored-by: Johnny5 <bot@snaile.de>
Co-committed-by: Johnny5 <bot@snaile.de>
2024-10-22 14:25:45 +02:00
1e932d8bd5
Update actions/checkout action to v4.2.1 ( #13 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://code.forgejo.org/actions/checkout ) | action | minor | `v4.1.6` -> `v4.2.1` |
---
### Release Notes
<details>
<summary>actions/checkout (actions/checkout)</summary>
### [`v4.2.1`](https://code.forgejo.org/actions/checkout/blob/HEAD/CHANGELOG.md#v421 )
[Compare Source](https://code.forgejo.org/actions/checkout/compare/v4.2.0...v4.2.1 )
- Check out other refs/\* by commit if provided, fall back to ref by [@​orhantoy](https://github.com/orhantoy ) in https://github.com/actions/checkout/pull/1924
### [`v4.2.0`](https://code.forgejo.org/actions/checkout/blob/HEAD/CHANGELOG.md#v420 )
[Compare Source](https://code.forgejo.org/actions/checkout/compare/v4.1.7...v4.2.0 )
- Add Ref and Commit outputs by [@​lucacome](https://github.com/lucacome ) in https://github.com/actions/checkout/pull/1180
- Dependency updates by [@​dependabot-](https://github.com/dependabot- ) https://github.com/actions/checkout/pull/1777 , https://github.com/actions/checkout/pull/1872
### [`v4.1.7`](https://code.forgejo.org/actions/checkout/blob/HEAD/CHANGELOG.md#v417 )
[Compare Source](https://code.forgejo.org/actions/checkout/compare/v4.1.6...v4.1.7 )
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by [@​dependabot](https://github.com/dependabot ) in https://github.com/actions/checkout/pull/1739
- Bump actions/checkout from 3 to 4 by [@​dependabot](https://github.com/dependabot ) in https://github.com/actions/checkout/pull/1697
- Check out other refs/\* by commit by [@​orhantoy](https://github.com/orhantoy ) in https://github.com/actions/checkout/pull/1774
- Pin actions/checkout's own workflows to a known, good, stable version. by [@​jww3](https://github.com/jww3 ) in https://github.com/actions/checkout/pull/1776
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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 [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM0MC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: #13
Co-authored-by: Johnny5 <bot@snaile.de>
Co-committed-by: Johnny5 <bot@snaile.de>
2024-10-22 14:24:58 +02:00
90dfbc7c9f
Update actions/checkout digest to eef6144 ( #15 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout ) | action | digest | `a5ac7e5` -> `eef6144` |
---
### 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 [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM0MC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: #15
Co-authored-by: Johnny5 <bot@snaile.de>
Co-committed-by: Johnny5 <bot@snaile.de>
2024-10-22 14:24:03 +02:00
c95ce8a586
rename binary, fix listing
2024-06-05 12:59:36 +02:00
4a99218469
add new CI
2024-05-23 16:09:03 +02:00
8216f6e2de
delete old build CI
2024-05-23 16:03:39 +02:00
d7b909a752
Update git.snaile.de/snailed/xbps-builder Docker tag to v2024.0520.2027
2024-05-20 23:01:10 +02:00
555cf5b8d7
Update actions/checkout action to v4.1.6
2024-05-20 21:00:43 +00:00
aa71b95e33
hide renovaterc
2024-05-19 01:16:25 +02:00
4f01e45624
Merge branch 'main' of git.snaile.de:snailed/trash-cli
2024-05-18 23:50:05 +02:00
28238737c8
update renovate config
2024-05-18 23:49:55 +02:00
e1fb78c7d0
Update renovate/renovate Docker digest to bcfb43d ( #2 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| renovate/renovate | container | digest | `41d577b` -> `bcfb43d` |
---
### 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 [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: snailed/trash-cli#2
Co-authored-by: Johnny5 <bot@snaile.de>
Co-committed-by: Johnny5 <bot@snaile.de>
2024-05-03 19:11:22 +02:00
5c1be44f1b
Pin dependencies ( #1 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://code.forgejo.org/actions/checkout ) | action | pinDigest | -> `0ad4b8f` |
| git.snaile.de/snailed/xbps-builder | container | pinDigest | -> `0ca263f` |
---
### 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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions ) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: snailed/trash-cli#1
Co-authored-by: Johnny5 <bot@snaile.de>
Co-committed-by: Johnny5 <bot@snaile.de>
2024-05-03 19:10:55 +02:00
d390bf7a6c
Update actions/checkout action to v4.1.4 ( #4 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://code.forgejo.org/actions/checkout ) | action | patch | `v4.1.2` -> `v4.1.4` |
---
### Release Notes
<details>
<summary>actions/checkout (actions/checkout)</summary>
### [`v4.1.4`](https://code.forgejo.org/actions/checkout/blob/HEAD/CHANGELOG.md#v414 )
[Compare Source](https://code.forgejo.org/actions/checkout/compare/v4.1.3...v4.1.4 )
- Disable `extensions.worktreeConfig` when disabling `sparse-checkout` by [@​jww3](https://github.com/jww3 ) in https://github.com/actions/checkout/pull/1692
- Add dependabot config by [@​cory-miller](https://github.com/cory-miller ) in https://github.com/actions/checkout/pull/1688
- Bump the minor-actions-dependencies group with 2 updates by [@​dependabot](https://github.com/dependabot ) in https://github.com/actions/checkout/pull/1693
- Bump word-wrap from 1.2.3 to 1.2.5 by [@​dependabot](https://github.com/dependabot ) in https://github.com/actions/checkout/pull/1643
### [`v4.1.3`](https://code.forgejo.org/actions/checkout/blob/HEAD/CHANGELOG.md#v413 )
[Compare Source](https://code.forgejo.org/actions/checkout/compare/v4.1.2...v4.1.3 )
- Check git version before attempting to disable `sparse-checkout` by [@​jww3](https://github.com/jww3 ) in https://github.com/actions/checkout/pull/1656
- Add SSH user parameter by [@​cory-miller](https://github.com/cory-miller ) in https://github.com/actions/checkout/pull/1685
- Update `actions/checkout` version in `update-main-version.yml` by [@​jww3](https://github.com/jww3 ) in https://github.com/actions/checkout/pull/1650
</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 [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: snailed/trash-cli#4
Co-authored-by: Johnny5 <bot@snaile.de>
Co-committed-by: Johnny5 <bot@snaile.de>
2024-05-03 19:10:45 +02:00
877e9f952c
bugfix for nonexisting trashed item paths
2024-05-03 10:51:25 +02:00
32b34f634c
add CI
2024-05-02 19:38:48 +02:00
0eb45bab22
remove bad error messages, enable multiple input paths
2024-05-02 19:37:36 +02:00
6c35d32acf
add readme
2024-05-02 18:50:56 +02:00
43a3f7443b
initial commit
2024-05-02 18:48:20 +02:00