All checks were successful
		
		
	
	renovate / renovate (push) Successful in 2m8s
				
			This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ghcr.io/renovatebot/renovate | container | digest | `7e35d44` -> `6a1a879` | --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNjguMyIsInVwZGF0ZWRJblZlciI6IjQxLjE2OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: #42 Co-authored-by: Renovate Bot <renovatebot@schulze.network> Co-committed-by: Renovate Bot <renovatebot@schulze.network>
		
			
				
	
	
		
			21 lines
		
	
	
		
			605 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			605 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
name: renovate
 | 
						|
 | 
						|
on:
 | 
						|
  schedule:
 | 
						|
    - cron: "@hourly"
 | 
						|
  push:
 | 
						|
    branches:
 | 
						|
      - main
 | 
						|
 | 
						|
jobs:
 | 
						|
  renovate:
 | 
						|
    runs-on: ubuntu-latest
 | 
						|
    container: ghcr.io/renovatebot/renovate:latest@sha256:6a1a879fa6057664cd497fc2b1859ab45fd46f00b0b7f2884fb1c5fe6a5f2a0d
 | 
						|
    steps:
 | 
						|
      - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
 | 
						|
      - run: renovate
 | 
						|
        env:
 | 
						|
          RENOVATE_CONFIG_FILE: "/workspace/renovate-bot/renovate-config/config.js"
 | 
						|
          LOG_LEVEL: "debug"
 | 
						|
          RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
 | 
						|
          GITHUB_COM_TOKEN: ${{ secrets.GH_COM_TOKEN }} |