Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Wrapper around renovatebot/github-action

License

NotificationsYou must be signed in to change notification settings

WyriHaximus/github-action-renovatebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wrapper aroundrenovatebot/github-action with personal preferences for self hosting

Usage

Complete Workflow Example

Here's a complete GitHub Actions workflow that uses this action:

name:Renovateon:schedule:    -cron:"0 6-22/2 * * 1-5"# Every 2 hours, 6am-10pm, weekdays    -cron:"0 12-23/2 * * 0,6"# Every 2 hours, 12pm-11pm, weekendspush:branches:      -'main'issues:types:      -editedconcurrency:group:'renovate'cancel-in-progress:truejobs:renovate:name:Renovateruns-on:ubuntu-lateststeps:      -name:Generate App Token for Renovateuses:actions/create-github-app-token@v2.1.4id:app-tokenwith:app-id:${{ secrets.RENOVATE_BOT_CLIENT_ID }}private-key:${{ secrets.RENOVATE_BOT_PRIVATE_KEY }}owner:${{ github.repository_owner }}      -name:Renovateuses:WyriHaximus/github-action-renovatebot@v0.1.0with:renovateAppToken:${{ steps.app-token.outputs.token }}

Debug Usage (Debug Level)

For debugging or troubleshooting Renovate issues:

name:Renovate Debugon:workflow_dispatch:# Manual trigger for debuggingjobs:renovate:runs-on:ubuntu-lateststeps:      -name:Renovate with Debug Logginguses:WyriHaximus/github-action-renovatebot@mainwith:renovateAppToken:${{ secrets.RENOVATE_TOKEN }}logLevel:debug# Enables detailed JSON logging

Log Level Differences

  • info (default): Provides standard logging output in plain text format, showing key operations and results
  • debug: Enables verbose logging in JSON format, providing detailed information about Renovate's internal processes, API calls, and decision-making logic. Useful for troubleshooting issues or understanding Renovate behavior in detail

Inputs

InputDescriptionRequiredDefault
renovateAppTokenRenovate app token for authenticationYes
logLevelLog level for Renovate executionNoinfo

Features

This action provides a pre-configured Renovate setup with:

  • Autodiscovery enabled
  • Plugin and script execution allowed
  • Docker binary source
  • Post-upgrade tasks for git operations
  • PHP package configuration via WyriHaximus/renovate-config
  • Onboarding configuration with rebase checkbox

License

MIT License

Copyright (c) 2025 Cees-Jan Kiewiet

Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THESOFTWARE.

About

Wrapper around renovatebot/github-action

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp