From d3969c2a0ef7138ac4c354d3071e7c6da5577a74 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Sat, 15 Aug 2020 11:05:05 +0900 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82c3803..79b43f1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Automating Gradle dependency updates with GitHub Actions -[![CI](https://github.com/peter-evans/gradle-auto-dependency-updates/workflows/CI/badge.svg)](https://github.com/peter-evans/gradle-auto-dependency-updates/actions?query=workflow%3ACI) +[The blog of Peter Evans: Automating Gradle dependency updates with GitHub Actions](https://peterevans.dev/posts/how-to-automate-gradle-dependency-updates-with-github-actions/) Using Gradle's [dependency locking](https://docs.gradle.org/current/userguide/dependency_locking.html) feature we can create an automated process to periodically create a pull request for dependency updates.