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 } ] }