mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	Updated Renovate configuration to include range strategy and enabled npm settings with stability days and post-update options.
This commit is contained in:
		@@ -2,6 +2,7 @@
 | 
			
		||||
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
 | 
			
		||||
  "extends": ["config:recommended", ":disableDependencyDashboard"],
 | 
			
		||||
  "assignees": ["valentineus"],
 | 
			
		||||
  "rangeStrategy": "bump",
 | 
			
		||||
  "packageRules": [
 | 
			
		||||
    {
 | 
			
		||||
      "groupName": "all digest updates",
 | 
			
		||||
@@ -9,5 +10,10 @@
 | 
			
		||||
      "matchUpdateTypes": ["minor", "patch", "pin", "digest"],
 | 
			
		||||
      "matchPackageNames": ["*"]
 | 
			
		||||
    }
 | 
			
		||||
  ]
 | 
			
		||||
  ],
 | 
			
		||||
  "npm": {
 | 
			
		||||
    "enabled": true,
 | 
			
		||||
    "stabilityDays": 3,
 | 
			
		||||
    "postUpdateOptions": ["npmDedupe"]
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user