{"id":19227392,"url":"https://github.com/spinnaker/bumpdeps","last_synced_at":"2025-04-21T01:31:34.075Z","repository":{"id":46220448,"uuid":"253580195","full_name":"spinnaker/bumpdeps","owner":"spinnaker","description":"A GitHub Action to automatically bump Spinnaker dependencies","archived":false,"fork":false,"pushed_at":"2023-07-19T01:32:20.000Z","size":155,"stargazers_count":4,"open_issues_count":0,"forks_count":10,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-01T07:53:49.862Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/spinnaker.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2020-04-06T18:17:29.000Z","updated_at":"2024-01-14T00:01:07.000Z","dependencies_parsed_at":"2024-11-09T15:27:07.296Z","dependency_job_id":"c893cc7b-19b4-4a93-840e-2c8922b0a5c9","html_url":"https://github.com/spinnaker/bumpdeps","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spinnaker%2Fbumpdeps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spinnaker%2Fbumpdeps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spinnaker%2Fbumpdeps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spinnaker%2Fbumpdeps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spinnaker","download_url":"https://codeload.github.com/spinnaker/bumpdeps/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249982509,"owners_count":21355704,"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-11-09T15:23:05.760Z","updated_at":"2025-04-21T01:31:33.643Z","avatar_url":"https://github.com/spinnaker.png","language":"Kotlin","readme":"# bumpdeps\n\nBumpdeps is a github action to automatically modify the version dependencies in a Spinnaker repo's\n`gradle.properties` files. It requires the following inputs:\n\n* **ref**: The git ref that triggered this workflow run. This should almost always be `${{ github.ref }}`\n* **key**: The key in the `gradle.properties` file that will be modified (e.g. `korkVersion`)\n* **repositories**: The list of repositories to modify (i.e. the ones that depend on this repository)\n\nAn example workflow looks something like this:\n\n```yaml\nname: Release\n\non:\n  push:\n    tags:\n    - \"v.+\"\n\njobs:\n  bump-dependencies:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: spinnaker/bumpdeps@master\n      with:\n        ref: ${{ github.ref }}\n        key: korkVersion\n        repositories: fiat,echo\n      env:\n        GITHUB_OAUTH: ${{ secrets.REPO_OAUTH_TOKEN }}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspinnaker%2Fbumpdeps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspinnaker%2Fbumpdeps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspinnaker%2Fbumpdeps/lists"}