浏览代码

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>
renovate/lock-file-maintenance
Slavi Pantaleev 20 小时前
父节点
当前提交
aa97075f11
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      .github/renovate.json

+ 6
- 0
.github/renovate.json 查看文件

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

正在加载...
取消
保存