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
 | 
					    container: ghcr.io/renovatebot/renovate:40-full
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4
 | 
					      - name: Checkout repository
 | 
				
			||||||
      - run: renovate
 | 
					        uses: actions/checkout@v4
 | 
				
			||||||
 | 
					      - name: Run Renovate updates
 | 
				
			||||||
 | 
					        run: renovate
 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
          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 }}
 | 
				
			||||||
          LOG_LEVEL: debug
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,7 +5,7 @@
 | 
				
			|||||||
  "rangeStrategy": "bump",
 | 
					  "rangeStrategy": "bump",
 | 
				
			||||||
  "npm": {
 | 
					  "npm": {
 | 
				
			||||||
    "enabled": true,
 | 
					    "enabled": true,
 | 
				
			||||||
    "ignoreScripts": false,
 | 
					    "ignoreScripts": true,
 | 
				
			||||||
    "skipInstalls": false
 | 
					    "skipInstalls": false
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "packageRules": [
 | 
					  "packageRules": [
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user