{"id":190337,"name":null,"description":"Composite GitHub Action to auto-update .pre-commit-config.yaml","url":"https://github.com/compwa/update-pre-commit","last_synced_at":"2025-09-10T03:52:14.103Z","repository":{"id":65155210,"uuid":"427893405","full_name":"ComPWA/update-pre-commit","owner":"ComPWA","description":"Composite GitHub Action to auto-update .pre-commit-config.yaml","archived":false,"fork":false,"pushed_at":"2025-08-11T18:12:44.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-09-02T11:48:12.136Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ComPWA.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-11-14T10:05:23.000Z","updated_at":"2025-08-11T18:12:47.000Z","dependencies_parsed_at":"2024-11-08T13:39:01.348Z","dependency_job_id":"fc7c715e-7eb5-4c21-ab0e-819d9ffbe6a9","html_url":"https://github.com/ComPWA/update-pre-commit","commit_stats":{"total_commits":7,"total_committers":3,"mean_commits":"2.3333333333333335","dds":0.4285714285714286,"last_synced_commit":"b977c8415a3ca7941dca2f66c8aac2bd81fca74e"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/ComPWA/update-pre-commit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComPWA%2Fupdate-pre-commit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComPWA%2Fupdate-pre-commit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComPWA%2Fupdate-pre-commit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComPWA%2Fupdate-pre-commit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ComPWA","download_url":"https://codeload.github.com/ComPWA/update-pre-commit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComPWA%2Fupdate-pre-commit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274409613,"owners_count":25279745,"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-10T02:00:12.551Z","response_time":83,"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"}},"owner":{"login":"ComPWA","name":"Common Partial Wave Analysis","uuid":"5755355","kind":"organization","description":"Making amplitude analysis reproducible, understandable, and easy to do","email":"compwa@ep1.rub.de","website":"https://compwa.github.io","location":"Germany","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/5755355?v=4","repositories_count":36,"last_synced_at":"2024-04-16T05:50:38.069Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/ComPWA","funding_links":[],"total_stars":90,"followers":10,"following":0,"created_at":"2022-11-06T09:16:53.986Z","updated_at":"2024-04-16T05:50:46.302Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ComPWA","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ComPWA/repositories"},"packages":[{"id":5814036,"name":"ComPWA/update-pre-commit","ecosystem":"actions","description":"Run pre-commit autoupdate and upload config file as artifact","homepage":"","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/ComPWA/update-pre-commit","keywords_array":[],"namespace":"ComPWA","versions_count":4,"first_release_published_at":"2024-03-12T16:46:08.000Z","latest_release_published_at":"2025-01-22T14:00:14.000Z","latest_release_number":"1.0.3","last_synced_at":"2025-08-21T02:34:10.336Z","created_at":"2023-01-06T00:00:34.463Z","updated_at":"2025-08-21T02:59:20.251Z","registry_url":"https://github.com/ComPWA/update-pre-commit","install_command":null,"documentation_url":null,"metadata":{"name":"Auto-update pre-commit config","description":"Run pre-commit autoupdate and upload config file as artifact","inputs":{"python-version":{"description":"Python version to run pre-commit with","default":"3.12","required":true}},"runs":{"using":"composite","steps":[{"uses":"actions/setup-python@v5","with":{"python-version":"${{ inputs.python-version }}"}},{"uses":"astral-sh/setup-uv@v5"},{"env":{"FORCE_COLOR":true,"UV_SYSTEM_PYTHON":true},"run":"uvx --with pre-commit-uv pre-commit autoupdate -j$(nproc)","shell":"bash"},{"name":"Show changes","run":"git diff --color --unified=0","shell":"bash"},{"uses":"actions/upload-artifact@v4","with":{"if-no-files-found":"error","include-hidden-files":true,"name":"pre-commit","path":".pre-commit-config.yaml"}}]},"default_branch":"main","path":null},"repo_metadata":{"id":65155210,"uuid":"427893405","full_name":"ComPWA/update-pre-commit","owner":"ComPWA","description":"Composite GitHub Action to auto-update .pre-commit-config.yaml","archived":false,"fork":false,"pushed_at":"2025-05-01T04:26:10.000Z","size":20,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-07-08T01:06:06.730Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ComPWA.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-11-14T10:05:23.000Z","updated_at":"2025-01-22T14:00:20.000Z","dependencies_parsed_at":"2024-11-08T13:39:01.348Z","dependency_job_id":"fc7c715e-7eb5-4c21-ab0e-819d9ffbe6a9","html_url":"https://github.com/ComPWA/update-pre-commit","commit_stats":{"total_commits":7,"total_committers":3,"mean_commits":"2.3333333333333335","dds":0.4285714285714286,"last_synced_commit":"b977c8415a3ca7941dca2f66c8aac2bd81fca74e"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/ComPWA/update-pre-commit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComPWA%2Fupdate-pre-commit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComPWA%2Fupdate-pre-commit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComPWA%2Fupdate-pre-commit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComPWA%2Fupdate-pre-commit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ComPWA","download_url":"https://codeload.github.com/ComPWA/update-pre-commit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComPWA%2Fupdate-pre-commit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271417242,"owners_count":24756042,"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-08-21T02:00:08.990Z","response_time":74,"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"},"owner_record":{"login":"ComPWA","name":"Common Partial Wave Analysis","uuid":"5755355","kind":"organization","description":"Making amplitude analysis reproducible, understandable, and easy to do","email":"compwa@ep1.rub.de","website":"https://compwa.github.io","location":"Germany","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/5755355?v=4","repositories_count":36,"last_synced_at":"2024-04-16T05:50:38.069Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/ComPWA","funding_links":[],"total_stars":90,"followers":10,"following":0,"created_at":"2022-11-06T09:16:53.986Z","updated_at":"2024-04-16T05:50:46.302Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ComPWA","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ComPWA/repositories"},"tags":[{"name":"1.0.3","sha":"f72957476b1a79d3ec0afef336f68aa9d607d0c7","kind":"commit","published_at":"2025-01-22T14:00:14.000Z","download_url":"https://codeload.github.com/ComPWA/update-pre-commit/tar.gz/1.0.3","html_url":"https://github.com/ComPWA/update-pre-commit/releases/tag/1.0.3","dependencies_parsed_at":null,"dependency_job_id":"3bc185b1-ec66-4fbf-b745-2b7c869f8f01","purl":"pkg:github/ComPWA/update-pre-commit@1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComPWA%2Fupdate-pre-commit/tags/1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComPWA%2Fupdate-pre-commit/tags/1.0.3/manifests"},{"name":"1.0.2","sha":"e4533eb898a38e41c8661418a2b569e296f1d435","kind":"commit","published_at":"2024-12-20T09:40:22.000Z","download_url":"https://codeload.github.com/ComPWA/update-pre-commit/tar.gz/1.0.2","html_url":"https://github.com/ComPWA/update-pre-commit/releases/tag/1.0.2","dependencies_parsed_at":"2024-12-22T05:58:30.599Z","dependency_job_id":null,"purl":"pkg:github/ComPWA/update-pre-commit@1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComPWA%2Fupdate-pre-commit/tags/1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComPWA%2Fupdate-pre-commit/tags/1.0.2/manifests"},{"name":"1.0.1","sha":"e76e423bbca239dc050eeae004dc3c1c72a499cd","kind":"commit","published_at":"2024-10-14T13:18:32.000Z","download_url":"https://codeload.github.com/ComPWA/update-pre-commit/tar.gz/1.0.1","html_url":"https://github.com/ComPWA/update-pre-commit/releases/tag/1.0.1","dependencies_parsed_at":"2024-10-17T05:26:28.093Z","dependency_job_id":null,"purl":"pkg:github/ComPWA/update-pre-commit@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComPWA%2Fupdate-pre-commit/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComPWA%2Fupdate-pre-commit/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"c757859d3601a6bd9b2d08062c0a10436ec61072","kind":"commit","published_at":"2024-03-12T16:46:08.000Z","download_url":"https://codeload.github.com/ComPWA/update-pre-commit/tar.gz/1.0.0","html_url":"https://github.com/ComPWA/update-pre-commit/releases/tag/1.0.0","dependencies_parsed_at":"2024-03-14T04:17:18.822Z","dependency_job_id":null,"purl":"pkg:github/ComPWA/update-pre-commit@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComPWA%2Fupdate-pre-commit/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComPWA%2Fupdate-pre-commit/tags/1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-08-21T02:59:20.251Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":44.73775946759626,"dependent_packages_count":0.0,"stargazers_count":48.242750752654096,"forks_count":35.087941689114245,"docker_downloads_count":null,"average":32.01711297734115},"purl":"pkg:githubactions/ComPWA/update-pre-commit","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/ComPWA/update-pre-commit","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/ComPWA/update-pre-commit","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/ComPWA/update-pre-commit/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-05-25T16:36:57.456Z","issues_count":0,"pull_requests_count":12,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":112.72727272727273,"issues_closed_count":0,"pull_requests_closed_count":11,"pull_request_authors_count":2,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":11,"bot_issues_count":0,"bot_pull_requests_count":3,"past_year_issues_count":0,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":138.75,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":4,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComPWA%2Fupdate-pre-commit/issues","maintainers":[{"login":"redeboer","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/redeboer"}],"active_maintainers":[{"login":"redeboer","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/redeboer"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ComPWA%2Fupdate-pre-commit/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ComPWA%2Fupdate-pre-commit/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ComPWA%2Fupdate-pre-commit/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ComPWA%2Fupdate-pre-commit/related_packages","maintainers":[],"registry":{"name":"github actions","url":"https://github.com/marketplace/actions/","ecosystem":"actions","default":true,"packages_count":32195,"maintainers_count":0,"namespaces_count":20211,"keywords_count":6162,"github":"actions","metadata":{"funded_packages_count":2688},"icon_url":"https://github.com/actions.png","created_at":"2023-01-03T17:16:39.185Z","updated_at":"2025-09-09T05:58:17.676Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/namespaces"}}],"commits":{"id":478296,"full_name":"ComPWA/update-pre-commit","default_branch":"main","committers":[{"name":"Remco de Boer","email":"29308176+redeboer","login":"redeboer","count":14},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":2}],"total_commits":16,"total_committers":2,"total_bot_commits":2,"total_bot_committers":1,"mean_commits":8.0,"dds":0.125,"past_year_committers":[{"name":"Remco de Boer","email":"29308176+redeboer","login":"redeboer","count":4}],"past_year_total_commits":4,"past_year_total_committers":1,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":4.0,"past_year_dds":0.0,"last_synced_at":"2025-06-01T16:54:12.797Z","last_synced_commit":"f72957476b1a79d3ec0afef336f68aa9d607d0c7","created_at":"2023-03-09T01:16:45.266Z","updated_at":"2025-06-01T16:54:12.798Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComPWA%2Fupdate-pre-commit/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-10T00:25:43.995Z","repositories_count":5545114,"commits_count":878229909,"contributors_count":32458717,"owners_count":919815,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"ComPWA/update-pre-commit","html_url":"https://github.com/ComPWA/update-pre-commit","last_synced_at":"2025-08-31T13:03:26.994Z","status":null,"issues_count":0,"pull_requests_count":15,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":125.58333333333333,"issues_closed_count":0,"pull_requests_closed_count":12,"pull_request_authors_count":2,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":12,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":0,"past_year_pull_requests_count":8,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":164.4,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":2,"past_year_merged_pull_requests_count":5,"created_at":"2023-05-11T00:39:29.213Z","updated_at":"2025-09-03T04:55:20.219Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComPWA%2Fupdate-pre-commit","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComPWA%2Fupdate-pre-commit/issues","issue_labels_count":{},"pull_request_labels_count":{"🔨 Maintenance":7,"🖱️ DX":6,"⚙️ Enhancement":5,"❗ Behavior":3,"🐛 Bug":3},"issue_author_associations_count":{},"pull_request_author_associations_count":{"MEMBER":12,"CONTRIBUTOR":4},"issue_authors":{},"pull_request_authors":{"redeboer":12,"dependabot[bot]":4},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-10T00:00:25.260Z","repositories_count":10197629,"issues_count":32206487,"pull_requests_count":101687211,"authors_count":10742123,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{},"past_year_pull_request_labels_count":{"🔨 Maintenance":6,"⚙️ Enhancement":3,"🐛 Bug":2,"❗ Behavior":2,"🖱️ DX":2},"past_year_issue_author_associations_count":{},"past_year_pull_request_author_associations_count":{"MEMBER":7,"CONTRIBUTOR":2},"past_year_issue_authors":{},"past_year_pull_request_authors":{"redeboer":7,"dependabot[bot]":2},"maintainers":[{"login":"redeboer","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/redeboer"}],"active_maintainers":[{"login":"redeboer","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/redeboer"}]},"events":{"total":{"ReleaseEvent":2,"DeleteEvent":3,"PushEvent":9,"PullRequestEvent":7,"CreateEvent":8},"last_year":{"ReleaseEvent":2,"DeleteEvent":3,"PushEvent":9,"PullRequestEvent":7,"CreateEvent":8}},"keywords":[],"dependencies":[{"ecosystem":"actions","filepath":"action.yml","sha":null,"kind":"manifest","created_at":"2023-01-05T13:16:08.287Z","updated_at":"2023-01-05T13:16:08.287Z","repository_link":"https://github.com/ComPWA/update-pre-commit/blob/main/action.yml","dependencies":[{"id":6862896581,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":6862896582,"package_name":"actions/upload-artifact","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/cd.yml","sha":null,"kind":"manifest","created_at":"2024-11-08T13:38:59.627Z","updated_at":"2024-11-08T13:38:59.627Z","repository_link":"https://github.com/ComPWA/update-pre-commit/blob/main/.github/workflows/cd.yml","dependencies":[{"id":20628472979,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/pr-linting.yml","sha":null,"kind":"manifest","created_at":"2024-11-08T13:38:59.691Z","updated_at":"2024-11-08T13:38:59.691Z","repository_link":"https://github.com/ComPWA/update-pre-commit/blob/main/.github/workflows/pr-linting.yml","dependencies":[{"id":20628472985,"package_name":"docker://agilepathway/pull-request-label-checker","ecosystem":"actions","requirements":"latest","direct":true,"kind":"composite","optional":false},{"id":20628472987,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":20628472988,"package_name":"JulienKode/pull-request-name-linter-action","ecosystem":"actions","requirements":"v0.5.0","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/release-drafter.yml","sha":null,"kind":"manifest","created_at":"2024-11-08T13:39:01.199Z","updated_at":"2024-11-08T13:39:01.199Z","repository_link":"https://github.com/ComPWA/update-pre-commit/blob/main/.github/workflows/release-drafter.yml","dependencies":[{"id":20628473020,"package_name":"release-drafter/release-drafter","ecosystem":"actions","requirements":"v6","direct":true,"kind":"composite","optional":false}]}],"score":null,"created_at":"2025-09-09T03:09:55.538Z","updated_at":"2025-10-07T08:42:21.620Z","avatar_url":"https://github.com/ComPWA.png","language":null,"category":null,"sub_category":null,"monthly_downloads":0,"funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["projection","archival","optimizer","interactive","profiles","generic","sequences","observability","autograding","hacking"],"project_url":"https://science.ecosyste.ms/api/v1/projects/190337","html_url":"https://science.ecosyste.ms/projects/190337"}