mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49: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:
		
							
								
								
									
										13
									
								
								.renovaterc
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								.renovaterc
									
									
									
									
									
								
							@@ -9,5 +9,14 @@
 | 
				
			|||||||
      "matchUpdateTypes": ["minor", "patch", "pin", "digest"],
 | 
					      "matchUpdateTypes": ["minor", "patch", "pin", "digest"],
 | 
				
			||||||
      "matchPackageNames": ["*"]
 | 
					      "matchPackageNames": ["*"]
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  ]
 | 
					  ],
 | 
				
			||||||
}
 | 
					  "npm": {
 | 
				
			||||||
 | 
					    "enabled": true,
 | 
				
			||||||
 | 
					    "requireConfig": false,
 | 
				
			||||||
 | 
					    "ignoreScripts": false
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
 | 
					  "postUpgradeTasks": {
 | 
				
			||||||
 | 
					    "commands": ["npm install"],
 | 
				
			||||||
 | 
					    "fileFilters": ["package.json"]
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user