mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	Update Renovate configuration to enable 'githubTokenWarn' and set 'ignoreScripts' to false, enhancing security and improving script execution during dependency updates.
This commit is contained in:
		@@ -16,5 +16,4 @@ jobs:
 | 
				
			|||||||
          RENOVATE_CONFIG_FILE: renovate.config.cjs
 | 
					          RENOVATE_CONFIG_FILE: renovate.config.cjs
 | 
				
			||||||
          RENOVATE_REPOSITORIES: ${{ gitea.repository }}
 | 
					          RENOVATE_REPOSITORIES: ${{ gitea.repository }}
 | 
				
			||||||
          RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
 | 
					          RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
 | 
				
			||||||
          RENOVATE_GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}
 | 
					 | 
				
			||||||
          LOG_LEVEL: debug
 | 
					          LOG_LEVEL: debug
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,5 +2,6 @@ module.exports = {
 | 
				
			|||||||
	endpoint: "https://code.popov.link",
 | 
						endpoint: "https://code.popov.link",
 | 
				
			||||||
	gitAuthor: "RenovateBot <renovatebot@noreply.localhost>",
 | 
						gitAuthor: "RenovateBot <renovatebot@noreply.localhost>",
 | 
				
			||||||
	optimizeForDisabled: true,
 | 
						optimizeForDisabled: true,
 | 
				
			||||||
 | 
						githubTokenWarn: true,
 | 
				
			||||||
	platform: "gitea",
 | 
						platform: "gitea",
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,7 +5,7 @@
 | 
				
			|||||||
  "rangeStrategy": "bump",
 | 
					  "rangeStrategy": "bump",
 | 
				
			||||||
  "npm": {
 | 
					  "npm": {
 | 
				
			||||||
    "enabled": true,
 | 
					    "enabled": true,
 | 
				
			||||||
    "ignoreScripts": true,
 | 
					    "ignoreScripts": false,
 | 
				
			||||||
    "skipInstalls": false
 | 
					    "skipInstalls": false
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "packageRules": [
 | 
					  "packageRules": [
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user