summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-11 08:26:18 +0200
committerGitHub <noreply@github.com>2021-06-11 08:26:18 +0200
commitdc92d664e22f945645c3ac124a592285d5109894 (patch)
treef1e6ff3829098eff0ccf9b47717daa2985561ba9
parent2e0719d049269caf40a86d453befafd75f1115f8 (diff)
build: bump akheron/dependabot-cron-action from 0.2 to 1 (#2794)
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>
-rw-r--r--.github/workflows/merge-dependabot.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/merge-dependabot.yml b/.github/workflows/merge-dependabot.yml
index f5c760438..ad111bf7f 100644
--- a/.github/workflows/merge-dependabot.yml
+++ b/.github/workflows/merge-dependabot.yml
@@ -7,7 +7,7 @@ jobs:
name: Auto-merge Dependabot PRs
runs-on: ubuntu-latest
steps:
- - uses: akheron/dependabot-cron-action@88ece48110f8d170503a04dabd437bc30f18df4c
+ - uses: akheron/dependabot-cron-action@d020867c009553e279f0200b621459444828a9b0
with:
token: ${{ secrets.DEPENDABOT_GITHUB_API_TOKEN }}
auto-merge: "minor"