File tree Expand file tree Collapse file tree 3 files changed +40
-0
lines changed
Expand file tree Collapse file tree 3 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 5454 name : Check Github actions
5555 - id : check-github-workflows
5656 name : Check Github workflows
57+
58+ - repo : https://github.com/renovatebot/pre-commit-hooks
59+ rev : 39.92.0
60+ hooks :
61+ - id : renovate-config-validator
62+ args : [--strict]
Original file line number Diff line number Diff line change 2222 with pkgs ;
2323 [
2424 nvfetcher
25+ nodejs # for pyright and renovate
2526 ]
2627 ++ unblob . runtimeDeps ;
2728
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [" config:recommended" ],
4+ "packageRules" : [
5+ {
6+ "matchUpdateTypes" : [" minor" , " patch" ],
7+ "autoApprove" : true ,
8+ "automerge" : true
9+ }
10+ ],
11+ "nix" : {
12+ "enabled" : true ,
13+ "description" : " opt-in support for nix https://docs.renovatebot.com/modules/manager/nix/#enabling" ,
14+ "lockFileMaintenance" : {
15+ "enabled" : true ,
16+ "branchTopic" : " update-flake-lock" ,
17+ "commitMessageAction" : " Update flake.lock" ,
18+ "extends" : [" schedule:earlyMondays" ]
19+ }
20+ },
21+ "poetry" : {
22+ "lockFileMaintenance" : {
23+ "enabled" : true ,
24+ "branchTopic" : " update-poetry-lock" ,
25+ "commitMessageAction" : " Update poetry.lock" ,
26+ "extends" : [" schedule:monthly" ]
27+ }
28+ },
29+ "pre-commit" : {
30+ "enabled" : true ,
31+ "description" : " opt-in support for pre-commit https://docs.renovatebot.com/modules/manager/nix/#enabling"
32+ }
33+ }
You can’t perform that action at this time.
0 commit comments