mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 14:59:45 +03:00 
			
		
		
		
	Updated Renovate configuration to set npm requireConfig to false, removing the allowed post-upgrade commands for improved dependency management clarity.
This commit is contained in:
		@@ -12,10 +12,9 @@
 | 
				
			|||||||
  ],
 | 
					  ],
 | 
				
			||||||
  "npm": {
 | 
					  "npm": {
 | 
				
			||||||
    "enabled": true,
 | 
					    "enabled": true,
 | 
				
			||||||
    "requireConfig": "optional",
 | 
					    "requireConfig": false,
 | 
				
			||||||
    "ignoreScripts": false
 | 
					    "ignoreScripts": false
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "allowedPostUpgradeCommands": ["npm install"],
 | 
					 | 
				
			||||||
  "postUpgradeTasks": {
 | 
					  "postUpgradeTasks": {
 | 
				
			||||||
    "commands": ["npm install"],
 | 
					    "commands": ["npm install"],
 | 
				
			||||||
    "fileFilters": ["package.json"]
 | 
					    "fileFilters": ["package.json"]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user