From 3d7f1f120f6f3563bbf9eeec30c7bbc502fbeee0 Mon Sep 17 00:00:00 2001 From: pat-s Date: Sat, 28 Oct 2023 12:03:15 +0200 Subject: [PATCH] dont pin digests --- default.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/default.json b/default.json index a549b2a..6666b4e 100644 --- a/default.json +++ b/default.json @@ -31,6 +31,15 @@ "matchManagers": ["gomod"], "matchUpdateTypes": ["minor", "patch"], "extends": ["schedule:daily"] + }, + { + "enabled": true, + "matchDatasources": ["docker"], + "pinDigests": false + }, + { + "matchDepTypes": ["action"], + "pinDigests": false } ] }