mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			671 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			671 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "$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"]
 | 
						|
  }
 | 
						|
} |