diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d886cc..6b0fe23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: run: nix-fast-build --no-nom --max-jobs 6 --skip-cached --attic-cache "$CACHE_REPOSITORY" deploy: needs: build - if: success() && github.ref == 'refs/heads/main' + if: success() && github.ref == 'refs/heads/54-deploy-vms-automatically' runs-on: nix env: SSH_DEPLOY_KEY: "${{ secrets.SSH_DEPLOY_KEY }}" diff --git a/renovate.json b/renovate.json index 63404e8..f710e2d 100644 --- a/renovate.json +++ b/renovate.json @@ -3,12 +3,11 @@ "extends": [ "config:recommended" ], - "schedule": [ - "* 18-19 * * *" - ], "lockFileMaintenance": { "enabled": true, - "automerge": true + "extends": [ + "schedule:weekly" + ] }, "cloneSubmodules": true, "nix": {