mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 14:59:45 +03:00 
			
		
		
		
	Updated Renovate configuration to enable npm settings, added post-upgrade tasks for smoother dependency management, and refined command execution for package updates.
This commit is contained in:
		
							
								
								
									
										11
									
								
								.renovaterc
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								.renovaterc
									
									
									
									
									
								
							@@ -9,5 +9,14 @@
 | 
			
		||||
      "matchUpdateTypes": ["minor", "patch", "pin", "digest"],
 | 
			
		||||
      "matchPackageNames": ["*"]
 | 
			
		||||
    }
 | 
			
		||||
  ]
 | 
			
		||||
  ],
 | 
			
		||||
  "npm": {
 | 
			
		||||
    "enabled": true,
 | 
			
		||||
    "requireConfig": false,
 | 
			
		||||
    "ignoreScripts": false
 | 
			
		||||
  },
 | 
			
		||||
  "postUpgradeTasks": {
 | 
			
		||||
    "commands": ["npm install"],
 | 
			
		||||
    "fileFilters": ["package.json"]
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user