mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 14:59:45 +03:00 
			
		
		
		
	Refined Renovate configuration by removing unnecessary parameters and simplifying package rules for improved clarity and efficiency.
This commit is contained in:
		
							
								
								
									
										16
									
								
								.renovaterc
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								.renovaterc
									
									
									
									
									
								
							@@ -2,24 +2,12 @@
 | 
			
		||||
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
 | 
			
		||||
  "extends": ["config:recommended", ":disableDependencyDashboard"],
 | 
			
		||||
  "assignees": ["valentineus"],
 | 
			
		||||
  "rangeStrategy": "bump",
 | 
			
		||||
  "updateLockFiles": true,
 | 
			
		||||
  "binarySource": "global",
 | 
			
		||||
  "packageRules": [
 | 
			
		||||
    {
 | 
			
		||||
      "groupName": "all digest updates",
 | 
			
		||||
      "groupSlug": "all-digest",
 | 
			
		||||
      "matchUpdateTypes": ["minor", "patch", "pin", "digest"],
 | 
			
		||||
      "matchPackageNames": ["*"],
 | 
			
		||||
      "postUpgradeTasks": {
 | 
			
		||||
        "commands": ["npm install"],
 | 
			
		||||
        "fileFilters": ["package.json"]
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
  "npm": {
 | 
			
		||||
    "enabled": true,
 | 
			
		||||
    "stabilityDays": 3,
 | 
			
		||||
    "postUpdateOptions": ["npmDedupe"]
 | 
			
		||||
      "matchPackageNames": ["*"]
 | 
			
		||||
    }
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user