d38e3ed616
CI / flake (pull_request) Failing after 1m22s
- treefmt-nix drives `nix fmt` and the formatting check (nixfmt/shfmt/ prettier; generated files and flake.lock excluded). Replaces the bespoke find-based check. - deadnix and statix as flake checks and pre-commit hooks; deadnix ignores module-arg patterns, statix.toml disables the two house-style lints (repeated_keys, empty_pattern). Fixed the one real deadnix hit (unused overlay arg) and statix hit (use inherit for claude-code). - git-hooks.nix installs the pre-commit gate via the devShell. - .editorconfig for the base style. - Move system/modules/work/default.nix -> lyrathorpe/home/work.nix (it is a home-manager module). README gains a Development section; docs reformatted by the new formatter. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
27 lines
674 B
JSON
27 lines
674 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended", ":dependencyDashboard", ":semanticCommits"],
|
|
"nix": {
|
|
"enabled": true
|
|
},
|
|
"lockFileMaintenance": {
|
|
"enabled": true,
|
|
"schedule": ["before 6am on monday"]
|
|
},
|
|
"git-submodules": {
|
|
"enabled": false
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"description": "Group all flake input bumps from lockFileMaintenance into one PR.",
|
|
"matchManagers": ["nix"],
|
|
"groupName": "flake inputs"
|
|
},
|
|
{
|
|
"description": "Group Gitea Actions workflow updates.",
|
|
"matchManagers": ["github-actions"],
|
|
"groupName": "gitea actions"
|
|
}
|
|
]
|
|
}
|