mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 15:11:31 +08:00 
			
		
		
		
	Merge pull request #652 from TriliumNext/remove-renovate-action
Remove the renovate action in favor of the GH app
This commit is contained in:
		
						commit
						c30a4373d9
					
				
							
								
								
									
										25
									
								
								.github/workflows/renovate.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										25
									
								
								.github/workflows/renovate.yaml
									
									
									
									
										vendored
									
									
								
							@ -1,25 +0,0 @@
 | 
			
		||||
name: Renovate
 | 
			
		||||
on:
 | 
			
		||||
  schedule:
 | 
			
		||||
    # Run every day at 1 AM UTC (before the nightly build at 2 AM UTC)
 | 
			
		||||
    - cron: '0 1 * * *'
 | 
			
		||||
  # Allow manual triggering
 | 
			
		||||
  workflow_dispatch:
 | 
			
		||||
 | 
			
		||||
permissions:
 | 
			
		||||
  contents: write
 | 
			
		||||
  pull-requests: write
 | 
			
		||||
  issues: write
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  renovate:
 | 
			
		||||
    name: Run Renovate
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v4
 | 
			
		||||
      
 | 
			
		||||
      - name: Self-hosted Renovate
 | 
			
		||||
        uses: renovatebot/github-action@v41.0.3
 | 
			
		||||
        with:
 | 
			
		||||
          configurationFile: renovate.json
 | 
			
		||||
          token: ${{ secrets.GITHUB_TOKEN }}
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user