スキル一覧に戻る
fohte

debug-renovate

by fohte

My configuration files for Neovim, Zsh, Tmux and so on

1🍴 0📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: debug-renovate description: Use renovate-dryrun to test Renovate configuration locally. Use this skill when debugging or validating renovate.json5 changes.

Debug Renovate Configuration

Test Renovate configuration changes locally with the renovate-dryrun command. This wrapper script runs Renovate in dry-run mode against the current repository and displays a formatted summary of proposed updates.

Usage

# Basic usage
renovate-dryrun --token $GH_TOKEN > .z/renovate-dryrun.log

# Test specific branch (defaults to current branch)
renovate-dryrun --token $GH_TOKEN --branch feature/update-deps > .z/renovate-dryrun.log

# Debug mode with raw Renovate output
renovate-dryrun --token $GH_TOKEN --raw > .z/renovate-debug.log

The output displays proposed updates in this format:

[renovate/aws-5.x] chore(deps): update terraform aws to v5.68.0 (automerge: true)
  depName: aws
  version: 5.49.0 -> 5.68.0
  datasource: terraform-provider
  packageFile: terraform/tfaction/main.tf

Important Notes

  • You MUST validate renovate.json5 configuration file in the current directory. To validate:
    # Validate renovate.json5 in current directory
    npx --package renovate -c 'renovate-config-validator renovate.json5'
    
  • You SHOULD save output to .z/ since the command takes time and produces extensive output:
  • You MUST specify --token $GH_TOKEN. Use the $GH_TOKEN environment variable, not $GITHUB_TOKEN.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です