소스 검색

Enable Renovate nix support with flake.lock maintenance

This lets Renovate periodically refresh flake.lock, keeping the
nixpkgs and agru inputs of the development shell up to date.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
pull/5415/head
Slavi Pantaleev 1 개월 전
부모
커밋
aa97075f11
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. +6
    -0
      .github/renovate.json

+ 6
- 0
.github/renovate.json 파일 보기

@@ -36,5 +36,11 @@
],
"pre-commit": {
"enabled": true
},
"nix": {
"enabled": true,
"lockFileMaintenance": {
"enabled": true
}
}
}

불러오는 중...
취소
저장