{"id":16990976,"url":"https://github.com/peterus/platformio_dependabot","last_synced_at":"2025-03-22T15:30:57.783Z","repository":{"id":65370558,"uuid":"589340057","full_name":"peterus/platformio_dependabot","owner":"peterus","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-13T12:42:28.000Z","size":32,"stargazers_count":7,"open_issues_count":2,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T18:16:44.427Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/peterus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["peterus"],"custom":["paypal.me/peterus07"]}},"created_at":"2023-01-15T21:06:07.000Z","updated_at":"2025-03-07T13:03:57.000Z","dependencies_parsed_at":"2024-06-22T16:00:49.263Z","dependency_job_id":"93c00536-88b6-4f47-bfa2-cbdc05d44d30","html_url":"https://github.com/peterus/platformio_dependabot","commit_stats":{"total_commits":30,"total_committers":2,"mean_commits":15.0,"dds":0.4666666666666667,"last_synced_commit":"ab1e51f6db311f395f8e35e0ba3d50d41e3bd06f"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterus%2Fplatformio_dependabot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterus%2Fplatformio_dependabot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterus%2Fplatformio_dependabot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterus%2Fplatformio_dependabot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peterus","download_url":"https://codeload.github.com/peterus/platformio_dependabot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244978502,"owners_count":20541862,"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","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":[],"created_at":"2024-10-14T03:24:26.747Z","updated_at":"2025-03-22T15:30:57.423Z","avatar_url":"https://github.com/peterus.png","language":"Python","funding_links":["https://github.com/sponsors/peterus","paypal.me/peterus07"],"categories":[],"sub_categories":[],"readme":"# PlatformIO Dependabot\n\nThis Github action is some kind of Dependabot for [PlatformIO](https://github.com/platformio/platformio-core).\nIt will help to stay on the current platform and library releases.\n\n## Inputs\n\n| Variable      | Description                             | Type                                     | Required |\n| ------------- | --------------------------------------- | ---------------------------------------- |--------- |\n| github_token  | Github Token to create the MR           | Secure String                            | Yes      |\n| assignee      | MR will be assigned to this Github user | User String                              | No       |\n| project_path  | Path to platformio.ini file (default will be root folder) | Path inside repository | No       |\n\n## Example Usage\n\nUse this example in your project: `.github/workflows/dependabot.yml`\n\n```\nname: PlatformIO Dependabot\n\non:\n  workflow_dispatch: # option to manually trigger the workflow\n  schedule:\n    # Runs every day at 00:00\n    - cron: '0 0 * * *'\n\njobs:\n  dependabot:\n    runs-on: ubuntu-latest\n    name: run PlatformIO Dependabot\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v3\n      - name: run PlatformIO Dependabot\n        uses: peterus/platformio_dependabot@v1\n        with:\n          github_token: ${{ secrets.GITHUB_TOKEN }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterus%2Fplatformio_dependabot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterus%2Fplatformio_dependabot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterus%2Fplatformio_dependabot/lists"}