1
Fork 0
Commit graph

17 commits

Author SHA1 Message Date
0117863a20
chore(dep): Use exact version for request
Mostly a test to see how Renovate behaves here.
It updated from `0.11.0` to `0.12.0`, even though `0.12.7` was available
at that point. While this doesn't matter for Cargo, Renovate seems to
use `Cargo.toml` to calculate the changelog entries, not `Cargo.lock`.

So because `Cargo.toml` specified `0.11.0`, PR #60 showed changelogs for
all tags since then, even though `Cargo.lock` was at `0.11.27`. So there
were 27 pointless changelog entries shown.

So this test is to see whether Renovate will always use the `x.0`
version in `Cargo.toml`, or if having `0.12.7` now will trigger it to
eventually go to some `0.13.x`, where `x > 0`.
2024-09-09 10:54:24 +02:00
aa6b5107da
fix(deps): update rust crate reqwest to 0.12.0 2024-09-09 07:45:35 +00:00
83a9949ce9
fix(deps): update rust crate globwalk to 0.9.0 2024-09-07 10:15:39 +00:00
aedc4c1cd5
chore(deps): update alpine docker tag to v3.20.3 2024-09-06 22:30:10 +00:00
055ab65c4e
fix(deps): update rust crate serde to v1.0.210 2024-09-06 18:45:31 +00:00
1f18ba547e
chore(deps): update rust docker tag to v1.81.0 2024-09-06 00:30:28 +00:00
3ed0626d0d
fix(gitea): Fix commit sha param
Some checks failed
build/gitea Building images gitea-package, gitea-pr, gitea-status
build/node-script Building image node-script
build/frp Building image frp
build/base Building image base
build/fluentd Building image fluentd
build/forgejo Building image forgejo
build/beancount-import Building image beancount-import
build/ruby-script Building image ruby-script
build/fava Building image fava
build/gotenberg Building image gotenberg
build/nextcloud Building image nextcloud
build/lua-clib Building image lua-clib
build/python-script Building image python-script
build/rust-xwin Building image rust-xwin
2024-08-28 11:26:09 +02:00
0da913ec7c
feat(gitea): Improve error message on invalid config 2024-08-28 11:20:07 +02:00
6431c4c01e
fix(gitea): Update lock file
Seems that Renovate failed to do this.
2024-08-28 09:43:43 +02:00
9a5ae0a8fc
Merge pull request 'fix(deps): update rust crate reqwest to 0.12.0' (#45) from renovate/reqwest-0.x into master
Reviewed-on: #45
2024-08-28 07:38:31 +00:00
b8ad25f58a
fix(deps): update rust crate reqwest to 0.12.0 2024-08-27 17:00:35 +00:00
0ae0c19d4e
fix(deps): update rust crate globwalk to 0.9.0 2024-08-27 17:00:31 +00:00
01f4d05b37
Add Gitea resource type
* gitea-split/gitea-split:
  gitea: Implement commit statuses
  gitea: Implement package
  fix(gitea): Fix version data
  feat(gitea): Add Gitea resource to fetch PRs
2024-08-27 16:51:26 +02:00
0b40c16db4 gitea: Implement commit statuses
For now this is just a simple implementation only supporting `put`
steps. `in` is a noop, so `no_get: true` is recommended.
2023-11-23 11:39:12 +01:00
3c5067f7ac gitea: Implement package 2023-11-22 16:26:58 +01:00
6d8afda5dd fix(gitea): Fix version data
Concourse only accepts strings for values in the version data.
2023-03-29 23:49:57 +02:00
3993c2556a feat(gitea): Add Gitea resource to fetch PRs 2023-03-29 18:38:16 +02:00