mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	Update Renovate configuration to enable 'ignoreScripts' for npm and improve workflow step naming for clarity during dependency updates.
This commit is contained in:
		@@ -10,10 +10,11 @@ jobs:
 | 
			
		||||
    container: ghcr.io/renovatebot/renovate:40-full
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v4
 | 
			
		||||
      - run: renovate
 | 
			
		||||
      - name: Checkout repository
 | 
			
		||||
        uses: actions/checkout@v4
 | 
			
		||||
      - name: Run Renovate updates
 | 
			
		||||
        run: renovate
 | 
			
		||||
        env:
 | 
			
		||||
          RENOVATE_CONFIG_FILE: renovate.config.cjs
 | 
			
		||||
          RENOVATE_REPOSITORIES: ${{ gitea.repository }}
 | 
			
		||||
          RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
 | 
			
		||||
          LOG_LEVEL: debug
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,7 @@
 | 
			
		||||
  "rangeStrategy": "bump",
 | 
			
		||||
  "npm": {
 | 
			
		||||
    "enabled": true,
 | 
			
		||||
    "ignoreScripts": false,
 | 
			
		||||
    "ignoreScripts": true,
 | 
			
		||||
    "skipInstalls": false
 | 
			
		||||
  },
 | 
			
		||||
  "packageRules": [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user