3 Commits

Author SHA1 Message Date
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
3 changed files with 1 additions and 17 deletions

10
.github/renovate.json vendored
View File

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

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"
]
}