All checks were successful
		
		
	
	renovate / renovate (push) Successful in 31s
				
			This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://github.com/actions/checkout) | action | pinDigest | -> `692973e` | | ghcr.io/renovatebot/renovate | container | pinDigest | -> `4de20ad` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzguMjQuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Reviewed-on: #2 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:4de20ad59149f923324960791d0bf7a5251b7a0f992f3bde6ab78c55c1522351
 | 
						|
    steps:
 | 
						|
      - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
 | 
						|
      - 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 }} |