diff --git a/.gitea/workflows/update-flake-lock.yaml b/.gitea/workflows/update-flake-lock.yaml deleted file mode 100644 index 6551fba..0000000 --- a/.gitea/workflows/update-flake-lock.yaml +++ /dev/null @@ -1,15 +0,0 @@ -name: update-flake-lock -on: [push] - -jobs: - lockfile: - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - name: Install Nix - uses: DeterminateSystems/nix-installer-action@main - - name: Update flake.lock - uses: DeterminateSystems/update-flake-lock@main - with: - pr-title: "Update flake.lock" # Title of PR to be created diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..73dd855 --- /dev/null +++ b/renovate.json @@ -0,0 +1,5 @@ +{ + "lockFileMaintenance": { + "enabled": true + } +}