mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 14:59:45 +03:00 
			
		
		
		
	Update Renovate configuration to use the full container image for enhanced functionality during dependency updates.
This commit is contained in:
		@@ -7,7 +7,7 @@ on:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  renovate:
 | 
					  renovate:
 | 
				
			||||||
    container: ghcr.io/renovatebot/renovate:40
 | 
					    container: ghcr.io/renovatebot/renovate:40-full
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4
 | 
					      - uses: actions/checkout@v4
 | 
				
			||||||
@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user