From 0e7d09a0ef2f42edc1925435bea2ee4455117f14 Mon Sep 17 00:00:00 2001 From: Julien Malard-Adam Date: Wed, 25 Oct 2023 11:01:44 +0200 Subject: [PATCH] Update renovate.json --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index 5c1c5f4..358c589 100644 --- a/renovate.json +++ b/renovate.json @@ -12,6 +12,10 @@ "matchUpdateTypes": ["minor", "patch"], "matchCurrentVersion": "!/^0/", "automerge": true + }, + { + "matchPackagePatterns": ["^actions/"], + "automerge": true } ] }