{"id":15994690,"url":"https://github.com/taiki-e/dependabot-config","last_synced_at":"2025-06-15T04:33:25.866Z","repository":{"id":41851032,"uuid":"356009799","full_name":"taiki-e/dependabot-config","owner":"taiki-e","description":"Structured access to the Dependabot configuration file.","archived":false,"fork":false,"pushed_at":"2024-04-23T15:53:25.000Z","size":267,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-05-01T23:58:15.926Z","etag":null,"topics":["dependabot","rust"],"latest_commit_sha":null,"homepage":"https://docs.rs/dependabot-config","language":"Rust","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/taiki-e.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"taiki-e"}},"created_at":"2021-04-08T18:22:31.000Z","updated_at":"2024-05-05T11:25:31.194Z","dependencies_parsed_at":"2023-10-01T19:20:10.194Z","dependency_job_id":"cc47911b-926c-4b6d-9104-9b21182cd33a","html_url":"https://github.com/taiki-e/dependabot-config","commit_stats":{"total_commits":129,"total_committers":2,"mean_commits":64.5,"dds":0.007751937984496138,"last_synced_commit":"b292f60c79f1218ba0910b7e639469000cbc5b86"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taiki-e%2Fdependabot-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taiki-e%2Fdependabot-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taiki-e%2Fdependabot-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taiki-e%2Fdependabot-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taiki-e","download_url":"https://codeload.github.com/taiki-e/dependabot-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221704264,"owners_count":16866724,"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":["dependabot","rust"],"created_at":"2024-10-08T07:09:50.557Z","updated_at":"2025-03-18T01:31:02.214Z","avatar_url":"https://github.com/taiki-e.png","language":"Rust","funding_links":["https://github.com/sponsors/taiki-e"],"categories":[],"sub_categories":[],"readme":"# dependabot-config\n\n[![crates.io](https://img.shields.io/crates/v/dependabot-config?style=flat-square\u0026logo=rust)](https://crates.io/crates/dependabot-config)\n[![docs.rs](https://img.shields.io/badge/docs.rs-dependabot--config-blue?style=flat-square\u0026logo=docs.rs)](https://docs.rs/dependabot-config)\n[![license](https://img.shields.io/badge/license-Apache--2.0_OR_MIT-blue?style=flat-square)](#license)\n[![msrv](https://img.shields.io/badge/msrv-1.65-blue?style=flat-square\u0026logo=rust)](https://www.rust-lang.org)\n[![github actions](https://img.shields.io/github/actions/workflow/status/taiki-e/dependabot-config/ci.yml?branch=main\u0026style=flat-square\u0026logo=github)](https://github.com/taiki-e/dependabot-config/actions)\n\n\u003c!-- tidy:sync-markdown-to-rustdoc:start:src/lib.rs --\u003e\n\nStructured access to the [Dependabot] configuration file.\n\n## Usage\n\nAdd this to your `Cargo.toml`:\n\n```toml\n[dependencies]\ndependabot-config = \"0.3\"\n```\n\n## Examples\n\n```rust\nuse std::fs;\n\nuse dependabot_config::v2::Dependabot;\n\nlet s = fs::read_to_string(\".github/dependabot.yml\").unwrap();\nlet dependabot: Dependabot = s.parse().unwrap();\nfor update in dependabot.updates {\n    println!(\"{}\", update.package_ecosystem);\n}\n```\n\n[dependabot]: https://docs.github.com/en/code-security/supply-chain-security/about-dependabot-version-updates\n\n\u003c!-- tidy:sync-markdown-to-rustdoc:end --\u003e\n\n## License\n\nLicensed under either of [Apache License, Version 2.0](LICENSE-APACHE) or\n[MIT license](LICENSE-MIT) at your option.\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall\nbe dual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaiki-e%2Fdependabot-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaiki-e%2Fdependabot-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaiki-e%2Fdependabot-config/lists"}