configure renovate

This commit is contained in:
fuckwit 2025-01-10 22:48:03 +01:00
parent afa5e8aab7
commit b5e2ce9d1b
2 changed files with 5 additions and 15 deletions

View File

@ -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

5
renovate.json Normal file
View File

@ -0,0 +1,5 @@
{
"lockFileMaintenance": {
"enabled": true
}
}