From 9cee8400d2376e0920df21186a234ab4790e8db6 Mon Sep 17 00:00:00 2001 From: Marja van Aken Date: Fri, 15 Mar 2024 15:57:45 +0100 Subject: [PATCH] #416: Update github-action versions with dependabot. --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d517f75f..c3c51f69 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,4 +14,9 @@ updates: ignore: - dependency-name: com.google.errorprone:error_prone_core versions: - - "> 2.3.4, < 3" + - "> 2.3.4, < 3" + +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: monthly \ No newline at end of file