{"id":30698503,"url":"https://github.com/yasslab/dependabot_auto_merge","last_synced_at":"2026-05-16T00:35:46.162Z","repository":{"id":307827272,"uuid":"1030793390","full_name":"yasslab/dependabot_auto_merge","owner":"yasslab","description":"Customized Dependabot Share Action for YassLab team to merge automatically.","archived":false,"fork":false,"pushed_at":"2025-08-02T13:15:04.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-02T13:32:09.276Z","etag":null,"topics":["actions","yaml","yasslab"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yasslab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-02T10:37:37.000Z","updated_at":"2025-08-02T13:15:07.000Z","dependencies_parsed_at":"2025-08-02T13:32:10.774Z","dependency_job_id":"bfe74a40-20f2-401c-8bf0-4ce3ccac74e3","html_url":"https://github.com/yasslab/dependabot_auto_merge","commit_stats":null,"previous_names":["yasslab/dependabot_auto_merge"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/yasslab/dependabot_auto_merge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasslab%2Fdependabot_auto_merge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasslab%2Fdependabot_auto_merge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasslab%2Fdependabot_auto_merge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasslab%2Fdependabot_auto_merge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yasslab","download_url":"https://codeload.github.com/yasslab/dependabot_auto_merge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasslab%2Fdependabot_auto_merge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273272578,"owners_count":25075982,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","yaml","yasslab"],"created_at":"2025-09-02T10:48:43.299Z","updated_at":"2026-05-16T00:35:46.120Z","avatar_url":"https://github.com/yasslab.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dependabot Auto Merge for YassLab team\n\nYassLab チーム用の Dependabot カスタムアクションです。\n\n[\u0026raquo; デフォルト設定を見る](https://github.com/yasslab/dependabot_auto_merge/blob/main/action.yml)   \n[\u0026raquo; レビュー利用例を見る](https://github.com/yasslab/yasslab.jp/blob/main/.github/workflows/dependabot.yml)   \n[\u0026raquo; 関連リポジトリを見る](https://github.com/yasslab/claude_review_action)\n\n\u003cbr\u003e\n\n\n\n## Example Usage\n\n```bash\n.github/workflows/dependabot.yml\n```\n\n```yaml\nname: Auto-merge Dependabot PRs\non:\n  pull_request:\n  # Allows you to run this workflow manually from the Actions tab\n  # https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow\n  workflow_dispatch:\n\npermissions:\n  contents:      write\n  pull-requests: write\n\njobs:\n  dependabot:\n    runs-on: ubuntu-latest\n    if: github.actor == 'dependabot[bot]'\n    steps:\n      - uses: yasslab/dependabot_auto_merge@main\n        with:\n          github-token: ${{ secrets.GITHUB_TOKEN }}\n```\n\n### 必要な設定\n\n- Settings → General → \"Allow auto-merge\" を有効化\n\n### 使用できるオプション\n\n|     パラメータ      |   デフォルト   |     説明     |\n|---------------------|----------------|--------------|\n| `merge-level`       | `all`          | 自動マージする最大レベル (`patch`, `minor`, `all`) |\n| `merge-method`      | `squash`       | マージ方法 (`merge`, `squash`, `rebase`) |\n| `exclude-gems`      | `rails,jekyll` | 除外するRuby gem（カンマ区切り）         |\n| `wait-for-ci`       | `true`         | CIが通るまで待機してマージ（最大60分）   |\n\n-----\n\nCopyright © [YassLab](https://github.com/yasslab).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyasslab%2Fdependabot_auto_merge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyasslab%2Fdependabot_auto_merge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyasslab%2Fdependabot_auto_merge/lists"}