mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
dc92d664e2
Bumps [akheron/dependabot-cron-action](https://github.com/akheron/dependabot-cron-action) from 0.2 to 1. - [Release notes](https://github.com/akheron/dependabot-cron-action/releases) - [Commits](https://github.com/akheron/dependabot-cron-action/compare/88ece48110f8d170503a04dabd437bc30f18df4c...d020867c009553e279f0200b621459444828a9b0) --- updated-dependencies: - dependency-name: akheron/dependabot-cron-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
15 lines
389 B
YAML
15 lines
389 B
YAML
name: Auto-merge Dependabot PRs
|
|
on:
|
|
schedule:
|
|
- cron: "0 * * * *"
|
|
jobs:
|
|
auto_merge:
|
|
name: Auto-merge Dependabot PRs
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: akheron/dependabot-cron-action@d020867c009553e279f0200b621459444828a9b0
|
|
with:
|
|
token: ${{ secrets.DEPENDABOT_GITHUB_API_TOKEN }}
|
|
auto-merge: "minor"
|
|
merge-method: "squash"
|