{"id":17854114,"url":"https://github.com/cpcloud/flake-update-action","last_synced_at":"2025-09-09T01:31:08.121Z","repository":{"id":37010520,"uuid":"441933008","full_name":"cpcloud/flake-update-action","owner":"cpcloud","description":"A GitHub action to automatically update nix flake dependencies","archived":false,"fork":false,"pushed_at":"2025-08-11T17:49:14.000Z","size":139,"stargazers_count":19,"open_issues_count":18,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-16T14:44:07.471Z","etag":null,"topics":["actions","dependencies","flakes","github-actions","nix"],"latest_commit_sha":null,"homepage":"","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cpcloud.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-12-26T16:16:09.000Z","updated_at":"2025-07-10T10:25:26.000Z","dependencies_parsed_at":"2024-01-14T01:49:25.634Z","dependency_job_id":"fa13f225-f6a9-4a0c-a3f8-41e4c018b701","html_url":"https://github.com/cpcloud/flake-update-action","commit_stats":{"total_commits":184,"total_committers":5,"mean_commits":36.8,"dds":0.3586956521739131,"last_synced_commit":"b301c3d29fa56f72b786626a50478b61528cfd13"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":"actions/typescript-action","purl":"pkg:github/cpcloud/flake-update-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpcloud%2Fflake-update-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpcloud%2Fflake-update-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpcloud%2Fflake-update-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpcloud%2Fflake-update-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpcloud","download_url":"https://codeload.github.com/cpcloud/flake-update-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpcloud%2Fflake-update-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274232031,"owners_count":25245855,"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-08T02:00:09.813Z","response_time":121,"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","dependencies","flakes","github-actions","nix"],"created_at":"2024-10-28T00:41:51.416Z","updated_at":"2025-09-09T01:31:07.849Z","avatar_url":"https://github.com/cpcloud.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Update flake dependencies\n\nThis action will create PRs that update flake dependencies.\n\n## Usage in a GitHub workflow\n\n```yaml\njobs:\n  update-deps:\n    runs-on: ubuntu-latest\n    strategy:\n      fail-fast: false\n      matrix:\n        dependency:\n          - nixpkgs\n          - poetry2nix\n    steps:\n      - name: Update ${{ matrix.dependency }}\n        uses: cpcloud/flake-update-action@*\n        with:\n          dependency: ${{ matrix.dependency }}\n          pull-request-token: ${{ secrets.ANOTHER_TOKEN }}\n          pull-request-author: \"Me \u003cme@me.com\u003e\"\n          github-token: ${{ secrets.GITHUB_TOKEN }}\n```\n\n## Inputs\n\n```yaml\ninputs:\n  dependency:\n    required: true\n    description: \"The flake dependency to update\"\n  pull-request-token:\n    required: true\n    description: \"Access token used to create pull requests\"\n  pull-request-author:\n    required: true\n    description: \"The author of the pull request\"\n  pull-request-merge-method:\n    required: false\n    description: \"The merge method for automerging pull requests\"\n    default: \"rebase\"\n  delete-branch:\n    required: false\n    default: \"false\"\n    description: \"Delete branch upon merge\"\n  github-token:\n    required: false\n    description: \"Access token to increase the rate limit for GitHub API requests\"\n  pull-request-branch-prefix:\n    required: false\n    default: \"create-pull-request/update-\"\n    description: \"Prefix of the branch for the pull request\"\n  pull-request-labels:\n    required: false\n    description: \"Labels to attach to the pull request\"\n    default: \"\"\n  include-merge-commits:\n    required: false\n    description: \"Whether to show merge commits in the log\"\n    default: \"false\"\n  automerge:\n    required: false\n    description: \"Whether to set the pull request to automatically merge on success. Requires that the automerge feature is enabled on GitHub.\"\n    default: \"false\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpcloud%2Fflake-update-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcpcloud%2Fflake-update-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpcloud%2Fflake-update-action/lists"}