{"id":16295133,"url":"https://github.com/wadackel/yarn-outdated-notifier-with-circleci","last_synced_at":"2026-02-25T08:36:39.763Z","repository":{"id":153434090,"uuid":"123297363","full_name":"wadackel/yarn-outdated-notifier-with-circleci","owner":"wadackel","description":"Example repository using yarn-outdated-notifier in CircleCI","archived":false,"fork":false,"pushed_at":"2018-02-28T15:21:06.000Z","size":13,"stargazers_count":1,"open_issues_count":23,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-18T17:37:20.178Z","etag":null,"topics":["yarn-outdated-notifier"],"latest_commit_sha":null,"homepage":null,"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/wadackel.png","metadata":{"files":{"readme":"README.md","changelog":"changelogs.yml","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}},"created_at":"2018-02-28T14:37:11.000Z","updated_at":"2019-12-17T23:01:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"388dbf6b-1891-4a03-b57f-17979042e6a2","html_url":"https://github.com/wadackel/yarn-outdated-notifier-with-circleci","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wadackel/yarn-outdated-notifier-with-circleci","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wadackel%2Fyarn-outdated-notifier-with-circleci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wadackel%2Fyarn-outdated-notifier-with-circleci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wadackel%2Fyarn-outdated-notifier-with-circleci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wadackel%2Fyarn-outdated-notifier-with-circleci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wadackel","download_url":"https://codeload.github.com/wadackel/yarn-outdated-notifier-with-circleci/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wadackel%2Fyarn-outdated-notifier-with-circleci/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29815022,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T05:36:42.804Z","status":"ssl_error","status_checked_at":"2026-02-25T05:36:31.934Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["yarn-outdated-notifier"],"created_at":"2024-10-10T20:17:44.021Z","updated_at":"2026-02-25T08:36:39.700Z","avatar_url":"https://github.com/wadackel.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# yarn-outdated-notifier with CircleCI\n\n\u003e Example repository using [yarn-outdated-notifier](https://github.com/tsuyoshiwada/yarn-outdated-notifier) in CircleCI\n\n\n\n## Setup CircleCI\n\n\n### 1. Create GitHub Personal access tokens\n\nPlease access the page of [Personal access tokens](https://github.com/settings/tokens) and issue a token. You need the scope of `repo`.\n\nAdd the issued token to the Environment Variables of CircleCI under the name `GITHUB_API_TOKEN`.\n\n\n### 2. Configuration\n\nBy using `cron` of `workflows` like below you can periodically notify outdated npm package.\n\n```yaml\nversion: 2\n\n# In order to use cron, define a job for notification.\njobs:\n  notify_outdated:\n    docker:\n      - image: circleci/node:9.3\n    working_directory: ~/repo\n    steps:\n      - checkout\n      - run: yarn\n      - run: |\n          yarn outdated-notifier \\\n            --labels \"yarn-outdated\" \\\n            --assignees \"\u003cassignee_name\u003e\" \\\n            --changelogs \"changelogs.yml\" \\\n            --api-token $GITHUB_API_TOKEN\n\n# Define a workflow for executing job.\nworkflows:\n  version: 2\n\n  # ... run testing job\n\n  notification:\n    jobs:\n      - notify_outdated\n    triggers:\n      - schedule:\n          cron: \"0 1 * * 4\"\n          filters:\n            branches:\n              only:\n                - master\n```\n\nPlease refer to [.circleci/config.yml](./.circleci/config.yml) for the setting file actually used.\n\n\n\n\n## License\n\n[MIT © tsuyoshiwada](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwadackel%2Fyarn-outdated-notifier-with-circleci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwadackel%2Fyarn-outdated-notifier-with-circleci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwadackel%2Fyarn-outdated-notifier-with-circleci/lists"}