fix: Add a 7 day cooldown for deps

This commit is contained in:
2026-04-19 11:33:09 +02:00
parent 49b3c9449c
commit 44ae197178
2 changed files with 7 additions and 5 deletions
+5 -5
View File
@@ -3,8 +3,8 @@
"nixpkgs": { "nixpkgs": {
"type": "Channel", "type": "Channel",
"name": "nixpkgs-unstable", "name": "nixpkgs-unstable",
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-26.05pre961788.75690239f08f/nixexprs.tar.xz", "url": "https://releases.nixos.org/nixpkgs/nixpkgs-26.05pre981196.b86751bc4085/nixexprs.tar.xz",
"hash": "sha256-p0h/nSeqzIkbn/2uFC4keoIPwmqXGHsX0gkCXM7km00=" "hash": "sha256-mBqzkn7oJti2hqeO8iTbDxKw+1ifxpP53feQ0CEXies="
}, },
"treefmt-nix": { "treefmt-nix": {
"type": "Git", "type": "Git",
@@ -15,9 +15,9 @@
}, },
"branch": "main", "branch": "main",
"submodules": false, "submodules": false,
"revision": "71b125cd05fbfd78cab3e070b73544abe24c5016", "revision": "790751ff7fd3801feeaf96d7dc416a8d581265ba",
"url": "https://github.com/numtide/treefmt-nix/archive/71b125cd05fbfd78cab3e070b73544abe24c5016.tar.gz", "url": "https://github.com/numtide/treefmt-nix/archive/790751ff7fd3801feeaf96d7dc416a8d581265ba.tar.gz",
"hash": "sha256-6E/yhXP7Oy/NbXtf1ktzmU8SdVqJQ09HC/48ebEGBpk=" "hash": "sha256-pc20NRoMdiar8oPQceQT47UUZMBTiMdUuWrYu2obUP0="
} }
}, },
"version": 7 "version": 7
+2
View File
@@ -3,10 +3,12 @@
"extends": [ "extends": [
"config:recommended" "config:recommended"
], ],
"minimumReleaseAge": "7 days",
"dependencyDashboard": true, "dependencyDashboard": true,
"semanticCommits": "disabled", "semanticCommits": "disabled",
"ignorePaths": [ "ignorePaths": [
"**/bootstrap/**" "**/bootstrap/**"
"**/attic/**"
], ],
"helmfile": { "helmfile": {
"managerFilePatterns": [ "managerFilePatterns": [