Update renovate config

This commit is contained in:
Michael Kriese 2024-03-25 14:49:36 +01:00
parent 60a01255e7
commit b561c02b56
No known key found for this signature in database
GPG key ID: F8D7748549A5986A
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ jobs:
runs-on: docker
container:
image: 'ghcr.io/visualon/renovate:37.269.3@sha256:4fb1684ec9e10592b6c4726906d353f88097fbb584748150043949a5aa5ca085'
image: ghcr.io/visualon/renovate:37.269.3
steps:
- uses: https://code.forgejo.org/actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2

View file

@ -8,7 +8,7 @@
"packageRules": [
{
"description": "Require approval for go and python minor version",
"matchDepNames": ["go", "python"],
"matchDepNames": ["go", "python", "docker.io/library/golang"],
"matchUpdateTypes": ["minor"],
"dependencyDashboardApproval": true
},