diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index f902a86..2a828ca 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -8,7 +8,7 @@ jobs: build: name: Build image runs-on: ubuntu-latest - container: ghcr.io/catthehacker/ubuntu:act-latest@sha256:78fc1ce62f01032916d08600dbe2913861f88b98f06d9273cdc1bc067f4a3df9 + container: ghcr.io/catthehacker/ubuntu:act-latest@sha256:8583ed2b7d097609ff91cc914696324ee945ceb8639967759f4cebbfcb8e63a5 env: IMAGE_NAME: mlflow REGISTRY: git.namesny.com diff --git a/renovate.json b/renovate.json index 0ed207f..d131ad9 100644 --- a/renovate.json +++ b/renovate.json @@ -3,6 +3,8 @@ "extends": [ "config:best-practices" ], + "platformAutomerge": false, + "ignoreTests": true, "separateMinorPatch": true, "patch": { "automerge": true