4 Commits

Author SHA1 Message Date
renovate[bot]
c5f45a0a77 chore(actions): update astral-sh/setup-uv action (v7.5.0 → v7.6.0)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-16 22:13:14 +00:00
renovate[bot]
a5525202b8 chore(deps): update image python to v3.14.3 (#13)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-16 13:01:51 +02:00
a3b8972ec2 fix: renovate.json 2026-03-16 00:00:32 +02:00
278e5f0f9a fix: remove duplicate renovate.json
preferring the `.github/renovate.json` over this
2026-03-13 15:37:07 +02:00
4 changed files with 2 additions and 18 deletions

10
.github/renovate.json vendored
View File

@@ -2,15 +2,5 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>ivuorinen/renovate-config"
],
"packageRules": [
{
"managers": [
"github-actions"
],
"schedule": [
"daily"
]
}
]
}

View File

@@ -21,7 +21,7 @@ jobs:
- name: Install uv
# yamllint disable-line rule:line-length
uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
with:
python-version-file: ".python-version"

View File

@@ -1 +1 @@
3.13.2
3.14.3

View File

@@ -1,6 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>ivuorinen/renovate-config"
]
}